diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index 01cf4c2526..003848ba5b 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -41,7 +41,7 @@ "lerna": "^3.0.0" }, "dependencies": { - "import-from": "2.1.0", + "import-from": "3.0.0", "resolve-pkg": "2.0.0", "semver": "6.0.0" }, diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 1fee9d986e..e07b726b8e 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -65,7 +65,7 @@ "babel-register": "6.26.0", "concurrently": "3.5.1", "cross-env": "5.1.1", - "import-from": "2.1.0", + "import-from": "3.0.0", "rimraf": "2.6.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 14c9481bc6..7c47534ded 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4235,11 +4235,12 @@ import-fresh@^3.0.0: parent-module "^1.0.0" resolve-from "^4.0.0" -import-from@2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" +import-from@3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966" + integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== dependencies: - resolve-from "^3.0.0" + resolve-from "^5.0.0" import-lazy@^2.1.0: version "2.1.0"