Skip to content

Commit 563719c

Browse files
committed
fix(deps): update fs-extra -> ^10.0.1 - dependency
1 parent 5bcb9ef commit 563719c

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.0.1",
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.0.1:
3003+
version "10.0.1"
3004+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
3005+
integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
30063006
dependencies:
30073007
graceful-fs "^4.2.0"
30083008
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)