This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 4c775eaeffd bump form-data due to high severity vuln (#18310)
4c775eaeffd is described below
commit 4c775eaeffd589fac54340fbee006e6a7f42ee37
Author: Lucas Capistrant <[email protected]>
AuthorDate: Wed Jul 23 10:17:28 2025 -0500
bump form-data due to high severity vuln (#18310)
* bump form-data due to high severity vuln
* fixup package-lock
---
licenses.yaml | 2 +-
web-console/package-lock.json | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 40c6b0f0027..3daec092184 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -5865,7 +5865,7 @@ license_category: binary
module: web-console
license_name: MIT License
copyright: Felix Geisendörfer
-version: 4.0.0
+version: 4.0.4
license_file_path: licenses/bin/form-data.MIT
---
diff --git a/web-console/package-lock.json b/web-console/package-lock.json
index a9658ad5506..3c6530b7d61 100644
--- a/web-console/package-lock.json
+++ b/web-console/package-lock.json
@@ -5316,7 +5316,7 @@
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
- "form-data": "^4.0.0",
+ "form-data": "^4.0.4",
"proxy-from-env": "^1.1.0"
}
},
@@ -8678,9 +8678,9 @@
}
},
"node_modules/form-data": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
- "integrity":
"sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
+ "integrity":
"sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
@@ -12452,7 +12452,7 @@
"decimal.js": "^10.4.2",
"domexception": "^4.0.0",
"escodegen": "^2.0.0",
- "form-data": "^4.0.0",
+ "form-data": "^4.0.4",
"html-encoding-sniffer": "^3.0.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
@@ -22184,7 +22184,7 @@
"integrity":
"sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
"requires": {
"follow-redirects": "^1.15.6",
- "form-data": "^4.0.0",
+ "form-data": "^4.0.4",
"proxy-from-env": "^1.1.0"
}
},
@@ -24617,8 +24617,8 @@
}
},
"form-data": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
"integrity":
"sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"requires": {
"asynckit": "^0.4.0",
@@ -27331,7 +27331,7 @@
"decimal.js": "^10.4.2",
"domexception": "^4.0.0",
"escodegen": "^2.0.0",
- "form-data": "^4.0.0",
+ "form-data": "^4.0.4",
"html-encoding-sniffer": "^3.0.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]