diff --git a/package-lock.json b/package-lock.json index 3fe0ee0d..9a90c7a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6410,9 +6410,9 @@ } }, "node_modules/express-rate-limit/node_modules/ip-address": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.1.tgz", - "integrity": "sha512-1FMu8/N15Ck1BL551Jf42NYIoin2unWjLQ2Fze/DXryJRl5twqtwNHlO39qERGbIOcKYWHdgRryhOC+NG4eaLw==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.1.tgz", + "integrity": "sha512-O81l1g31PlH55F7AChkGM3sdWZX+1KDLnhesJ/V9Ziug5nIOnEPaVb2jLWAo1TbCOSeZPeNbxX4v/ywTuKSn9A==", "license": "MIT", "engines": { "node": ">= 12" diff --git a/package.json b/package.json index 37f099e8..3d9e0a8e 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "@vitejs/plugin-vue": "6.0.7", "esbuild": "0.28.1", "express-rate-limit": { - "ip-address": "10.1.1" + "ip-address": "10.2.1" }, "vite": "$vite", "valibot": "1.4.2"