Skip to content

Commit e137ace

Browse files
renovate-botstefanhoth
authored andcommittedJul 2, 2021
fix(deps): update dependency import-from to v4
1 parent c3f1d52 commit e137ace

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎packages/spire/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"detect-indent": "^6.0.0",
2222
"fs-extra": "^10.0.0",
2323
"git-remote-origin-url": "^3.1.0",
24-
"import-from": "^3.0.0",
24+
"import-from": "^4.0.0",
2525
"invariant": "^2.2.4",
2626
"pretty-format": "^26.0.0",
2727
"signale": "^1.4.0",

‎yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -4402,6 +4402,11 @@ import-from@^3.0.0:
44024402
dependencies:
44034403
resolve-from "^5.0.0"
44044404

4405+
import-from@^4.0.0:
4406+
version "4.0.0"
4407+
resolved "https://registry.yarnpkg.com/import-from/-/import-from-4.0.0.tgz#2710b8d66817d232e16f4166e319248d3d5492e2"
4408+
integrity sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==
4409+
44054410
import-local@^3.0.2:
44064411
version "3.0.2"
44074412
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6"

0 commit comments

Comments
 (0)
Please sign in to comment.