From 3ba9ea1deb1304de1f754a2b267ac77536401579 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Apr 2025 08:43:49 +0000 Subject: [PATCH] fix: libraries/hermes/package.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 --- libraries/hermes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/hermes/package.json b/libraries/hermes/package.json index 9edfd0c53..fe1b7f939 100644 --- a/libraries/hermes/package.json +++ b/libraries/hermes/package.json @@ -37,7 +37,7 @@ "graphql-parse-resolve-info": "^4.13.0", "graphql-tools": "^9.0.0", "graphql-type-json": "^0.3.2", - "http-proxy-middleware": "^2.0.7", + "http-proxy-middleware": "^2.0.9", "ioredis": "^5.3.2", "lodash-es": "^4.17.21", "moment": "^2.30.1",