diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index b81529df44..528701a5e3 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -78,7 +78,7 @@ "import-from": "2.1.0", "nyc": "10.3.2", "path-exists": "3.0.0", - "resolve-from": "3.0.0", + "resolve-from": "4.0.0", "rimraf": "2.6.1", "xo": "0.18.2" }, @@ -94,7 +94,7 @@ "lodash": "^4.17.4", "path-exists": "^3.0.0", "require-uncached": "^1.0.3", - "resolve-from": "^3.0.0", + "resolve-from": "^4.0.0", "resolve-global": "^0.1.0", "semver": "^5.3.0" } diff --git a/yarn.lock b/yarn.lock index 70576c3b51..c7d6b386f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6099,6 +6099,10 @@ resolve-from@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" +resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + resolve-global@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/resolve-global/-/resolve-global-0.1.0.tgz#8fb02cfd5b7db20118e886311f15af95bd15fbd9"