Skip to content

Commit

Permalink
chore(deps): update dependency fs-extra to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 19, 2023
1 parent a533b0f commit 4d516a6
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 @@ -22,7 +22,7 @@
"clone-deep": "^4.0.1",
"defu": "^3.2.2",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"fs-extra": "^11.1.1",
"hasha": "^5.2.2",
"jimp-compact": "^0.16.1",
"lodash.template": "^4.5.0",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -5497,6 +5497,15 @@ fs-access@^1.0.1:
dependencies:
null-check "^1.0.0"

fs-extra@^11.1.1:
version "11.1.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
Expand Down

0 comments on commit 4d516a6

Please sign in to comment.