Skip to content

Commit 549f463

Browse files
committed
fix(deps): update dependency fs-extra to v10
1 parent 41fc97b commit 549f463

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"compare-versions": "3.6.0",
9595
"concurrently": "5.3.0",
9696
"console.table": "0.10.0",
97-
"fs-extra": "9.1.0",
97+
"fs-extra": "10.0.0",
9898
"inquirer": "7.3.3",
9999
"jsonpath": "1.1.1",
100100
"lodash": "4.17.21",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4568,6 +4568,15 @@ from2@^2.1.0, from2@^2.3.0:
45684568
inherits "^2.0.1"
45694569
readable-stream "^2.0.0"
45704570

4571+
4572+
version "10.0.0"
4573+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
4574+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
4575+
dependencies:
4576+
graceful-fs "^4.2.0"
4577+
jsonfile "^6.0.1"
4578+
universalify "^2.0.0"
4579+
45714580
45724581
version "7.0.1"
45734582
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"

0 commit comments

Comments
 (0)