Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 18, 2021
1 parent 41fc97b commit 549f463
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"compare-versions": "3.6.0",
"concurrently": "5.3.0",
"console.table": "0.10.0",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"inquirer": "7.3.3",
"jsonpath": "1.1.1",
"lodash": "4.17.21",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -4568,6 +4568,15 @@ from2@^2.1.0, from2@^2.3.0:
inherits "^2.0.1"
readable-stream "^2.0.0"

fs-extra@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
Expand Down

0 comments on commit 549f463

Please sign in to comment.