From a455ea2c54536c180a879e1da0def3944189ada4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jun 2026 17:33:07 +0000 Subject: [PATCH] fix: scripts/standalone/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-17375053 --- scripts/standalone/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/standalone/package.json b/scripts/standalone/package.json index 653df29ed83..da0ee87fcef 100644 --- a/scripts/standalone/package.json +++ b/scripts/standalone/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "express": "^4.18.1", - "http-proxy-middleware": "^2.0.6" + "http-proxy-middleware": "^3.0.6" } }