Skip to content

Commit 655b4eb

Browse files
fix(deps): update dependency fs-extra to v11.3.5 (#1200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ac75b6 commit 655b4eb

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"compare-versions": "6.1.1",
9191
"concurrently": "^9.0.0",
9292
"console.table": "0.10.0",
93-
"fs-extra": "11.3.4",
93+
"fs-extra": "11.3.5",
9494
"glob": "13.x",
9595
"jsonpath": "1.3.0",
9696
"proxy-agent": "^8.0.1",

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6397,10 +6397,10 @@ fs-constants@^1.0.0:
63976397
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
63986398
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
63996399

6400-
fs-extra@11.3.4:
6401-
version "11.3.4"
6402-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.4.tgz#ab6934eca8bcf6f7f6b82742e33591f86301d6fc"
6403-
integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
6400+
fs-extra@11.3.5, fs-extra@^11.0.0:
6401+
version "11.3.5"
6402+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.5.tgz#07a44eff40bea53e719909a532f91a23bf0769ff"
6403+
integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
64046404
dependencies:
64056405
graceful-fs "^4.2.0"
64066406
jsonfile "^6.0.1"
@@ -6415,15 +6415,6 @@ fs-extra@^10.0.0:
64156415
jsonfile "^6.0.1"
64166416
universalify "^2.0.0"
64176417

6418-
fs-extra@^11.0.0:
6419-
version "11.3.5"
6420-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.5.tgz#07a44eff40bea53e719909a532f91a23bf0769ff"
6421-
integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
6422-
dependencies:
6423-
graceful-fs "^4.2.0"
6424-
jsonfile "^6.0.1"
6425-
universalify "^2.0.0"
6426-
64276418
fs-minipass@^3.0.0, fs-minipass@^3.0.3:
64286419
version "3.0.3"
64296420
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz#79a85981c4dc120065e96f62086bf6f9dc26cc54"

0 commit comments

Comments
 (0)