1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[deps] Vault: Update form-data to v4.0.4 [SECURITY] (#15712)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-22 15:56:08 -07:00
committed by GitHub
parent c37965174b
commit 643d0c9a4c
3 changed files with 9 additions and 7 deletions

View File

@@ -70,7 +70,7 @@
"chalk": "4.1.2",
"commander": "11.1.0",
"core-js": "3.44.0",
"form-data": "4.0.2",
"form-data": "4.0.4",
"https-proxy-agent": "7.0.6",
"inquirer": "8.2.6",
"jsdom": "26.1.0",

12
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"chalk": "4.1.2",
"commander": "11.1.0",
"core-js": "3.44.0",
"form-data": "4.0.2",
"form-data": "4.0.4",
"https-proxy-agent": "7.0.6",
"inquirer": "8.2.6",
"jsdom": "26.1.0",
@@ -206,7 +206,7 @@
"chalk": "4.1.2",
"commander": "11.1.0",
"core-js": "3.44.0",
"form-data": "4.0.2",
"form-data": "4.0.4",
"https-proxy-agent": "7.0.6",
"inquirer": "8.2.6",
"jsdom": "26.1.0",
@@ -358,6 +358,7 @@
"license": "GPL-3.0"
},
"libs/messaging-internal": {
"name": "@bitwarden/messaging-internal",
"version": "0.0.1",
"license": "GPL-3.0"
},
@@ -21194,14 +21195,15 @@
}
},
"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.4",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
"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

@@ -178,7 +178,7 @@
"chalk": "4.1.2",
"commander": "11.1.0",
"core-js": "3.44.0",
"form-data": "4.0.2",
"form-data": "4.0.4",
"https-proxy-agent": "7.0.6",
"inquirer": "8.2.6",
"jsdom": "26.1.0",