Skip to content

Commit 868f9f2

Browse files
Bump fs-extra from 11.3.1 to 11.3.2
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.1 to 11.3.2. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.1...11.3.2) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc6287f commit 868f9f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"extract-zip": "^2.0.1",
157157
"fast-extract": "^1.7.2",
158158
"file-type": "^21.0.0",
159-
"fs-extra": "^11.3.1",
159+
"fs-extra": "^11.3.2",
160160
"glob": "^11.0.3",
161161
"globby": "^14.1.0",
162162
"jest": "^30.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3813,10 +3813,10 @@ fs-constants@^1.0.0:
38133813
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz"
38143814
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
38153815

3816-
fs-extra@^11.1.1, fs-extra@^11.3.1:
3817-
version "11.3.1"
3818-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
3819-
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
3816+
fs-extra@^11.1.1, fs-extra@^11.3.2:
3817+
version "11.3.2"
3818+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4"
3819+
integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==
38203820
dependencies:
38213821
graceful-fs "^4.2.0"
38223822
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)