Skip to content

Commit 41e646b

Browse files
chore(deps): update dependency fs-extra to v11
1 parent a533b0f commit 41e646b

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
@@ -22,7 +22,7 @@
2222
"clone-deep": "^4.0.1",
2323
"defu": "^3.2.2",
2424
"execa": "^5.0.0",
25-
"fs-extra": "^9.1.0",
25+
"fs-extra": "^11.3.0",
2626
"hasha": "^5.2.2",
2727
"jimp-compact": "^0.16.1",
2828
"lodash.template": "^4.5.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5497,6 +5497,15 @@ fs-access@^1.0.1:
54975497
dependencies:
54985498
null-check "^1.0.0"
54995499

5500+
fs-extra@^11.3.0:
5501+
version "11.3.0"
5502+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
5503+
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
5504+
dependencies:
5505+
graceful-fs "^4.2.0"
5506+
jsonfile "^6.0.1"
5507+
universalify "^2.0.0"
5508+
55005509
fs-extra@^8.1.0:
55015510
version "8.1.0"
55025511
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"

0 commit comments

Comments
 (0)