From 8a6e700a96e1eea64d2fa1bb6977aabb62097cc5 Mon Sep 17 00:00:00 2001 From: Sylvain Huguet Date: Fri, 6 Dec 2024 10:45:46 +0100 Subject: [PATCH] Require "ip" 2.0.1 minimum --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f424b79..38f45e3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "license": "GPLv3", "dependencies": { - "ip": "^2.0.2", + "ip": "^2.0.1", "body-parser": "^1.17.1", "express": "^4.21.2", "mongodb": "^4.17.0",