Skip to content

Commit 2d72882

Browse files
fix(deps): update dependency fs-extra to v11.3.6 (#1244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c6f6b1 commit 2d72882

2 files changed

Lines changed: 14 additions & 5 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": "^10.0.0",
9292
"console.table": "0.10.0",
93-
"fs-extra": "11.3.5",
93+
"fs-extra": "11.3.6",
9494
"glob": "13.x",
9595
"jsonpath": "1.3.0",
9696
"proxy-agent": "^8.0.1",

yarn.lock

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

6179-
fs-extra@11.3.5, fs-extra@^11.0.0:
6180-
version "11.3.5"
6181-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.5.tgz#07a44eff40bea53e719909a532f91a23bf0769ff"
6182-
integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
6179+
fs-extra@11.3.6:
6180+
version "11.3.6"
6181+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.6.tgz#f7cb80e9df550cd1db6f537fa5cdd568d3e70d10"
6182+
integrity sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==
61836183
dependencies:
61846184
graceful-fs "^4.2.0"
61856185
jsonfile "^6.0.1"
@@ -6194,6 +6194,15 @@ fs-extra@^10.0.0:
61946194
jsonfile "^6.0.1"
61956195
universalify "^2.0.0"
61966196

6197+
fs-extra@^11.0.0:
6198+
version "11.3.5"
6199+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.5.tgz#07a44eff40bea53e719909a532f91a23bf0769ff"
6200+
integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
6201+
dependencies:
6202+
graceful-fs "^4.2.0"
6203+
jsonfile "^6.0.1"
6204+
universalify "^2.0.0"
6205+
61976206
fs-minipass@^3.0.0, fs-minipass@^3.0.3:
61986207
version "3.0.3"
61996208
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz#79a85981c4dc120065e96f62086bf6f9dc26cc54"

0 commit comments

Comments
 (0)