Skip to content

Commit 78f3886

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

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.0",
34+
"fs-extra": "^11.3.1",
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.0":
4497+
"fs-extra@npm:^11.2.0":
44984498
version: 11.3.0
44994499
resolution: "fs-extra@npm:11.3.0"
45004500
dependencies:
@@ -4505,6 +4505,17 @@ __metadata:
45054505
languageName: node
45064506
linkType: hard
45074507

4508+
"fs-extra@npm:^11.3.1":
4509+
version: 11.3.1
4510+
resolution: "fs-extra@npm:11.3.1"
4511+
dependencies:
4512+
graceful-fs: "npm:^4.2.0"
4513+
jsonfile: "npm:^6.0.1"
4514+
universalify: "npm:^2.0.0"
4515+
checksum: 10c0/61e5b7285b1ca72c68dfe1058b2514294a922683afac2a80aa90540f9bd85370763d675e3b408ef500077d355956fece3bd24b546790e261c3d3015967e2b2d9
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.0"
6017+
fs-extra: "npm:^11.3.1"
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)