From e933d866238e1b713640b19828470f7da9a8fcc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Feb 2024 15:26:47 +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 931b8f2..1f3367d 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "highlight.js": "^10.6.0", "html5-history-api": "^4.2.10", "humanize-string": "^2.1.0", - "ip": "^1.1.5", + "ip": "^1.1.9", "is-string-and-not-blank": "^0.0.2", "isbot": "^3.0.23", "jquery": "3.5.1",