Skip to content

Commit 74d5871

Browse files
fix(deps): update dependency fs-extra to v11.3.4 (#1157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eab7e99 commit 74d5871

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

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.3",
93+
"fs-extra": "11.3.4",
9494
"glob": "13.x",
9595
"jsonpath": "1.2.1",
9696
"proxy-agent": "^6.4.0",

yarn.lock

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

6145-
fs-extra@11.3.3, fs-extra@^11.0.0:
6146-
version "11.3.3"
6147-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee"
6148-
integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==
6145+
fs-extra@11.3.4:
6146+
version "11.3.4"
6147+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.4.tgz#ab6934eca8bcf6f7f6b82742e33591f86301d6fc"
6148+
integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
61496149
dependencies:
61506150
graceful-fs "^4.2.0"
61516151
jsonfile "^6.0.1"
@@ -6160,6 +6160,15 @@ fs-extra@^10.0.0:
61606160
jsonfile "^6.0.1"
61616161
universalify "^2.0.0"
61626162

6163+
fs-extra@^11.0.0:
6164+
version "11.3.3"
6165+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee"
6166+
integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==
6167+
dependencies:
6168+
graceful-fs "^4.2.0"
6169+
jsonfile "^6.0.1"
6170+
universalify "^2.0.0"
6171+
61636172
fs-minipass@^2.0.0:
61646173
version "2.1.0"
61656174
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"

0 commit comments

Comments
 (0)