Skip to content

Commit bb40565

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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 743b018 commit bb40565

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"express": "^5.1.0",
3232
"fetch-retry": "^5.0.6",
3333
"form-data": "^4.0.4",
34-
"fs-extra": "^11.3.1",
34+
"fs-extra": "^11.3.2",
3535
"http-errors": "^2.0.0",
3636
"http-status-codes": "^2.3.0",
3737
"https-proxy-agent": "^7.0.6",

yarn.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4494,7 +4494,7 @@ __metadata:
44944494
languageName: node
44954495
linkType: hard
44964496

4497-
"fs-extra@npm:^11.2.0, fs-extra@npm:^11.3.1":
4497+
"fs-extra@npm:^11.2.0":
44984498
version: 11.3.1
44994499
resolution: "fs-extra@npm:11.3.1"
45004500
dependencies:
@@ -4505,6 +4505,17 @@ __metadata:
45054505
languageName: node
45064506
linkType: hard
45074507

4508+
"fs-extra@npm:^11.3.2":
4509+
version: 11.3.2
4510+
resolution: "fs-extra@npm:11.3.2"
4511+
dependencies:
4512+
graceful-fs: "npm:^4.2.0"
4513+
jsonfile: "npm:^6.0.1"
4514+
universalify: "npm:^2.0.0"
4515+
checksum: 10c0/f5d629e1bb646d5dedb4d8b24c5aad3deb8cc1d5438979d6f237146cd10e113b49a949ae1b54212c2fbc98e2d0995f38009a9a1d0520f0287943335e65fe919b
4516+
languageName: node
4517+
linkType: hard
4518+
45084519
"fs-minipass@npm:^2.0.0":
45094520
version: 2.1.0
45104521
resolution: "fs-minipass@npm:2.1.0"
@@ -6003,7 +6014,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60036014
fetch-mock: "npm:^9.11.0"
60046015
fetch-retry: "npm:^5.0.6"
60056016
form-data: "npm:^4.0.4"
6006-
fs-extra: "npm:^11.3.1"
6017+
fs-extra: "npm:^11.3.2"
60076018
http-errors: "npm:^2.0.0"
60086019
http-status-codes: "npm:^2.3.0"
60096020
https-proxy-agent: "npm:^7.0.6"

0 commit comments

Comments
 (0)