From c31f368f528f8829d355f190e167e6eefa1e1e44 Mon Sep 17 00:00:00 2001 From: Pedro Kohler Date: Tue, 30 Jul 2024 11:18:48 -0300 Subject: [PATCH] fix: ip SSRF improper categorization --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b01421ed7e7..cf5d6cd0a95 100644 --- a/package.json +++ b/package.json @@ -111,6 +111,7 @@ "trim": "^1.0.0", "package-json": "^8.1.0", "typescript": "4.6.4", - "sharp": "^0.32.6" + "sharp": "^0.32.6", + "ip": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz" } }