Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 06d3dac

Browse files
chore(deps): update dependency fs-extra to v11 (#721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00a2105 commit 06d3dac

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
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"defu": "^6.1.4",
6161
"estree-walker": "^2.0.2",
62-
"fs-extra": "^9.1.0",
62+
"fs-extra": "^11.2.0",
6363
"magic-string": "^0.30.9",
6464
"pathe": "^1.1.2",
6565
"ufo": "^1.5.3"

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6940,6 +6940,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
69406940
jsonfile "^6.0.1"
69416941
universalify "^2.0.0"
69426942

6943+
fs-extra@^11.2.0:
6944+
version "11.2.0"
6945+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
6946+
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
6947+
dependencies:
6948+
graceful-fs "^4.2.0"
6949+
jsonfile "^6.0.1"
6950+
universalify "^2.0.0"
6951+
69436952
fs-extra@^8.1.0:
69446953
version "8.1.0"
69456954
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"

0 commit comments

Comments
 (0)