From aa0e5a59379453bb8e6a4f286447576744ea6bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20H=2E=20K=C3=B6hler?= Date: Tue, 30 Jul 2024 12:58:50 -0300 Subject: [PATCH] fix: ip SSRF improper categorization (#4319) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b01421ed7..cf5d6cd0a 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" } }