Merge pull request #1278 from fosrl/dependabot/npm_and_yarn/express-rate-limit-8.0.1

Bump express-rate-limit from 7.5.1 to 8.0.1
This commit is contained in:
Owen Schwartz 2025-08-18 22:18:05 -07:00 committed by GitHub
commit 0550924e08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 5 deletions

20
package-lock.json generated
View file

@ -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",

View file

@ -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",