From 764d27f74d5c324a5554b9a9439cdd3144b6f4eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Apr 2025 23:33:12 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389 --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6df1b205f8a4..7827bbe18ad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0", "html-entities": "^2.3.3", - "http-proxy-middleware": "2.0.6", + "http-proxy-middleware": "^2.0.9", "imurmurhash": "^0.1.4", "is-svg": "5.0.0", "javascript-stringify": "^2.1.0", @@ -7334,7 +7334,9 @@ } }, "node_modules/http-proxy-middleware": { - "version": "2.0.6", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz", + "integrity": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==", "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", diff --git a/package.json b/package.json index 6826324b8166..3e08a92054cd 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0", "html-entities": "^2.3.3", - "http-proxy-middleware": "2.0.6", + "http-proxy-middleware": "2.0.9", "imurmurhash": "^0.1.4", "is-svg": "5.0.0", "javascript-stringify": "^2.1.0",