From 3da27a6a70b1c6013eca7ef488f5bbc1eda1a2be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 02:28:44 +0000 Subject: [PATCH] fix: http-gateway/web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- http-gateway/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-gateway/web/package.json b/http-gateway/web/package.json index 58c3a0702..3856f2a07 100644 --- a/http-gateway/web/package.json +++ b/http-gateway/web/package.json @@ -38,7 +38,7 @@ "history": "^5.3.0", "install": "^0.13.0", "lodash": "^4.17.21", - "npm": "^10.2.5", + "npm": "^11.6.1", "oidc-react": "^3.2.2", "pkijs": "^3.0.15", "prop-types": "^15.8.1",