diff --git a/package-lock.json b/package-lock.json index 89fe759..db2ecc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "express": "5.2.1", "express-rate-limit": "8.2.2", "find-free-port": "2.0.0", - "ip-address": "10.1.0", + "ip-address": "10.1.1", "socket.io": "4.8.1", "socket.io-client": "4.8.1" }, @@ -2857,6 +2857,15 @@ "express": ">= 4.11" } }, + "node_modules/express-rate-limit/node_modules/ip-address": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", + "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/express/node_modules/accepts": { "version": "2.0.0", "license": "MIT", @@ -3370,7 +3379,9 @@ "license": "ISC" }, "node_modules/ip-address": { - "version": "10.1.0", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.1.tgz", + "integrity": "sha512-1FMu8/N15Ck1BL551Jf42NYIoin2unWjLQ2Fze/DXryJRl5twqtwNHlO39qERGbIOcKYWHdgRryhOC+NG4eaLw==", "license": "MIT", "engines": { "node": ">= 12" diff --git a/package.json b/package.json index be3e35e..5e6ad28 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "express": "5.2.1", "express-rate-limit": "8.2.2", "find-free-port": "2.0.0", - "ip-address": "10.1.0", + "ip-address": "10.1.1", "socket.io": "4.8.1", "socket.io-client": "4.8.1" },