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](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-09 17:55:34 +00:00
committed by GitHub
parent 34ecd1d9f0
commit f84a4609c3
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"axios": "^1.9",
"form-data": "^4.0.2",
"form-data": "^4.0.3",
"yargs": "^18.0.0"
},
"engines": {
@@ -275,15 +275,16 @@
}
},
"node_modules/form-data": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
"integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz",
"integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
"dev": true,
"license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"es-set-tostringtag": "^2.1.0",
"hasown": "^2.0.2",
"mime-types": "^2.1.12"
},
"engines": {

View File

@@ -21,7 +21,7 @@
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"axios": "^1.9",
"form-data": "^4.0.2",
"form-data": "^4.0.3",
"yargs": "^18.0.0"
},
"dependencies": {