Skip to content

Commit 2b3b6a2

Browse files
committed
fix(deps): update fs-extra -> ^10.1.0 - dependency
1 parent 5bcb9ef commit 2b3b6a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"commander": "^6.2.1",
5050
"console": "^0.7.2",
5151
"execa": "^5.1.1",
52-
"fs-extra": "^10.0.0",
52+
"fs-extra": "^10.1.0",
5353
"jsonfile": "^6.1.0",
5454
"log-symbols": "^4.1.0",
5555
"node-emoji": "^1.10.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,10 +2999,10 @@ fs-extra@^1.0.0:
29992999
jsonfile "^2.1.0"
30003000
klaw "^1.0.0"
30013001

3002-
fs-extra@^10.0.0:
3003-
version "10.0.0"
3004-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3005-
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3002+
fs-extra@^10.1.0:
3003+
version "10.1.0"
3004+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
3005+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
30063006
dependencies:
30073007
graceful-fs "^4.2.0"
30083008
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)