Skip to content

Commit 3385540

Browse files
authoredNov 11, 2022
fix(deps): update dependency fs-extra to v10.1.0 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bcca71 commit 3385540

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎packages/spire-test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": ">=12.20"
1111
},
1212
"dependencies": {
13-
"fs-extra": "10.0.0",
13+
"fs-extra": "10.1.0",
1414
"shortid": "2.2.16"
1515
}
1616
}

‎packages/spire/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"cosmiconfig": "7.0.1",
2121
"detect-indent": "6.1.0",
22-
"fs-extra": "10.0.0",
22+
"fs-extra": "10.1.0",
2323
"git-remote-origin-url": "3.1.0",
2424
"import-from": "4.0.0",
2525
"invariant": "2.2.4",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3968,10 +3968,10 @@ fromentries@^1.3.2:
39683968
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
39693969
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
39703970

3971-
fs-extra@10.0.0, fs-extra@^10.0.0:
3972-
version "10.0.0"
3973-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3974-
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3971+
fs-extra@10.1.0, fs-extra@^10.0.0:
3972+
version "10.1.0"
3973+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
3974+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
39753975
dependencies:
39763976
graceful-fs "^4.2.0"
39773977
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)
Please sign in to comment.