From 034f5f634bb767e3241dc9f588cddeada37458df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 05:43:10 +0000 Subject: [PATCH] fix: packages/listener-redes-geolocation/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- packages/listener-redes-geolocation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/listener-redes-geolocation/package.json b/packages/listener-redes-geolocation/package.json index a0e7fd0..7ea146c 100644 --- a/packages/listener-redes-geolocation/package.json +++ b/packages/listener-redes-geolocation/package.json @@ -37,7 +37,7 @@ "node-fetch": "^2.6.0", "throng": "^4.0.0", "winston": "^3.2.1", - "ws": "^7.2.1", + "ws": "^8.17.1", "yup": "^0.28.3" } }