Navigation Menu

Skip to content

Commit

Permalink
fix: update dependency import-from to v4 (#2629)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 1, 2021
1 parent 29df7c5 commit 5bcb604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"globby": "^11.0.1",
"import-from": "3.0.0",
"import-from": "4.0.0",
"resolve-pkg": "2.0.0",
"semver": "7.3.5"
},
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Expand Up @@ -5616,12 +5616,10 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
parent-module "^1.0.0"
resolve-from "^4.0.0"

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 "^5.0.0"
import-from@4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz#2710b8d66817d232e16f4166e319248d3d5492e2"
integrity sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==

import-lazy@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 5bcb604

Please sign in to comment.