Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
8b6d3d45ef chore(deps): bump express-rate-limit from 7.5.0 to 8.1.0
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 7.5.0 to 8.1.0.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v7.5.0...v8.1.0)

---
updated-dependencies:
- dependency-name: express-rate-limit
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 12:45:36 +00:00
2 changed files with 19 additions and 6 deletions

23
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"commander": "^14.0.0",
"dotenv": "^16.3.1",
"express": "^5.1.0",
"express-rate-limit": "^7.5.0",
"express-rate-limit": "^8.1.0",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"typescript": "^5.8.3",
@@ -6469,9 +6469,13 @@
}
},
"node_modules/express-rate-limit": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.0.tgz",
"integrity": "sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.1.0.tgz",
"integrity": "sha512-4nLnATuKupnmwqiJc27b4dCFmB/T60ExgmtDD7waf4LdrbJ8CPZzZRHYErDYNhoz+ql8fUdYwM/opf90PoPAQA==",
"license": "MIT",
"dependencies": {
"ip-address": "10.0.1"
},
"engines": {
"node": ">= 16"
},
@@ -6479,7 +6483,7 @@
"url": "https://github.com/sponsors/express-rate-limit"
},
"peerDependencies": {
"express": "^4.11 || 5 || ^5.0.0-beta.1"
"express": ">= 4.11"
}
},
"node_modules/express/node_modules/mime-db": {
@@ -7321,6 +7325,15 @@
"node": ">= 0.4"
}
},
"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

@@ -41,7 +41,7 @@
"commander": "^14.0.0",
"dotenv": "^16.3.1",
"express": "^5.1.0",
"express-rate-limit": "^7.5.0",
"express-rate-limit": "^8.1.0",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"typescript": "^5.8.3",