From acc264a2c48277910066ff1faf3211046dc1dc1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:13:16 +0000 Subject: [PATCH] fix: api-gateway/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- api-gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-gateway/package.json b/api-gateway/package.json index ddf940a..883ade0 100644 --- a/api-gateway/package.json +++ b/api-gateway/package.json @@ -42,7 +42,7 @@ "express": "^4.14.0", "helmet": "^3.4.0", "http-proxy": "^1.16.2", - "http-proxy-middleware": "^0.17.3", + "http-proxy-middleware": "^0.18.0", "http-status": "^0.2.5", "joi": "^10.2.0", "mongodb": "^2.1.18",