Skip to content

Commit 1f1894b

Browse files
Bump form-data from 4.0.2 to 4.0.3
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/form-data/form-data/releases) - [Commits](form-data/form-data@v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 938db61 commit 1f1894b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"camelcase-keys": "^9.1.3",
3131
"express": "^5.1.0",
3232
"fetch-retry": "^5.0.6",
33-
"form-data": "^4.0.2",
33+
"form-data": "^4.0.3",
3434
"fs-extra": "^11.3.0",
3535
"http-errors": "^2.0.0",
3636
"http-status-codes": "^2.3.0",

yarn.lock

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4449,7 +4449,7 @@ __metadata:
44494449
languageName: node
44504450
linkType: hard
44514451

4452-
"form-data@npm:^4.0.0, form-data@npm:^4.0.2":
4452+
"form-data@npm:^4.0.0":
44534453
version: 4.0.2
44544454
resolution: "form-data@npm:4.0.2"
44554455
dependencies:
@@ -4461,6 +4461,19 @@ __metadata:
44614461
languageName: node
44624462
linkType: hard
44634463

4464+
"form-data@npm:^4.0.3":
4465+
version: 4.0.3
4466+
resolution: "form-data@npm:4.0.3"
4467+
dependencies:
4468+
asynckit: "npm:^0.4.0"
4469+
combined-stream: "npm:^1.0.8"
4470+
es-set-tostringtag: "npm:^2.1.0"
4471+
hasown: "npm:^2.0.2"
4472+
mime-types: "npm:^2.1.12"
4473+
checksum: 10c0/f0cf45873d600110b5fadf5804478377694f73a1ed97aaa370a74c90cebd7fe6e845a081171668a5476477d0d55a73a4e03d6682968fa8661eac2a81d651fcdb
4474+
languageName: node
4475+
linkType: hard
4476+
44644477
"formdata-node@npm:^4.0.0":
44654478
version: 4.4.1
44664479
resolution: "formdata-node@npm:4.4.1"
@@ -6004,7 +6017,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60046017
express: "npm:^5.1.0"
60056018
fetch-mock: "npm:^9.11.0"
60066019
fetch-retry: "npm:^5.0.6"
6007-
form-data: "npm:^4.0.2"
6020+
form-data: "npm:^4.0.3"
60086021
fs-extra: "npm:^11.3.0"
60096022
http-errors: "npm:^2.0.0"
60106023
http-status-codes: "npm:^2.3.0"

0 commit comments

Comments
 (0)