From 4ac02c43fa56f77a45e164d7a483659eaf5afad7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2024 04:34:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57c3de8..6b8503a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "express-pino-logger": "^6.0.0", "helmet": "^4.4.1", "http": "*", - "ip": "^1.1.5", + "ip": "^1.1.9", "mongoose": "^5.11.18", "pino": "^6.11.1", "pino-pretty": "^4.5.0",