Skip to content

Commit

Permalink
fix: update dependency fs-extra to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 3, 2021
1 parent 4957fdd commit 6cffad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"execa": "^5.0.0",
"expect": "^26.6.2",
"expect-mocha-snapshot": "dword-design/expect-mocha-snapshot#fork",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"jest-image-matcher": "^1.3.0",
"mocha": "^8.3.0",
"sharp": "^0.28.0",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4217,6 +4217,15 @@ [email protected]:
jsonfile "^4.0.0"
universalify "^0.1.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@^9.0.0, fs-extra@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
Expand Down

0 comments on commit 6cffad8

Please sign in to comment.