From b9924a1e6f9493f0006ed162cc481bc7bb552673 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 00:43:08 +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-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- http-gateway/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http-gateway/web/package.json b/http-gateway/web/package.json index 58c3a0702..07f4fe4a2 100644 --- a/http-gateway/web/package.json +++ b/http-gateway/web/package.json @@ -37,8 +37,8 @@ "framer-motion": "^10.16.4", "history": "^5.3.0", "install": "^0.13.0", - "lodash": "^4.17.21", - "npm": "^10.2.5", + "lodash": "^4.17.23", + "npm": "^11.6.1", "oidc-react": "^3.2.2", "pkijs": "^3.0.15", "prop-types": "^15.8.1",