diff --git a/package-lock.json b/package-lock.json index 19c64018..ffa2e65a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint": "9.33.0", "eslint-config-next": "15.4.6", "express": "4.21.2", - "express-rate-limit": "7.5.1", + "express-rate-limit": "8.0.1", "glob": "11.0.3", "helmet": "8.1.0", "http-errors": "2.0.0", @@ -8200,10 +8200,13 @@ } }, "node_modules/express-rate-limit": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz", - "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.0.1.tgz", + "integrity": "sha512-aZVCnybn7TVmxO4BtlmnvX+nuz8qHW124KKJ8dumsBsmv5ZLxE0pYu7S2nwyRBGHHCAzdmnGyrc5U/rksSPO7Q==", "license": "MIT", + "dependencies": { + "ip-address": "10.0.1" + }, "engines": { "node": ">= 16" }, @@ -9149,6 +9152,15 @@ "tslib": "^2.8.0" } }, + "node_modules/ip-address": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz", + "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==", + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", diff --git a/package.json b/package.json index 0f9cee5c..ea0d3c5e 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint": "9.33.0", "eslint-config-next": "15.4.6", "express": "4.21.2", - "express-rate-limit": "7.5.1", + "express-rate-limit": "8.0.1", "glob": "11.0.3", "helmet": "8.1.0", "http-errors": "2.0.0",