Skip to content

Commit 516cdf0

Browse files
fix(deps): update dependency fs-extra to v11.3.2 (#1001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ccd7cc commit 516cdf0

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.1",
93+
"fs-extra": "11.3.2",
9494
"glob": "11.x",
9595
"inquirer": "8.2.7",
9696
"jsonpath": "1.1.1",

yarn.lock

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

5859-
[email protected].1, fs-extra@^11.0.0:
5860-
version "11.3.1"
5861-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
5862-
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
5859+
5860+
version "11.3.2"
5861+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4"
5862+
integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==
58635863
dependencies:
58645864
graceful-fs "^4.2.0"
58655865
jsonfile "^6.0.1"
@@ -5874,6 +5874,15 @@ fs-extra@^10.0.0:
58745874
jsonfile "^6.0.1"
58755875
universalify "^2.0.0"
58765876

5877+
fs-extra@^11.0.0:
5878+
version "11.3.1"
5879+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
5880+
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
5881+
dependencies:
5882+
graceful-fs "^4.2.0"
5883+
jsonfile "^6.0.1"
5884+
universalify "^2.0.0"
5885+
58775886
fs-minipass@^2.0.0:
58785887
version "2.1.0"
58795888
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"

0 commit comments

Comments
 (0)