refactor: Bump express-rate-limit from 7.4.1 to 7.5.0 (#9587)

This commit is contained in:
dependabot[bot]
2025-02-04 12:20:02 +01:00
committed by GitHub
parent d09762c703
commit 3f4a34efc6
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "4.21.2",
"express-rate-limit": "7.4.1",
"express-rate-limit": "7.5.0",
"follow-redirects": "1.15.9",
"graphql": "16.9.0",
"graphql-list-fields": "2.0.4",
@@ -10700,9 +10700,10 @@
}
},
"node_modules/express-rate-limit": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.4.1.tgz",
"integrity": "sha512-KS3efpnpIDVIXopMc65EMbWbUht7qvTCdtCR2dD/IZmi9MIkopYESwyRqLgv8Pfu589+KqDqOdzJWW7AHoACeg==",
"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==",
"license": "MIT",
"engines": {
"node": ">= 16"
},
@@ -10710,7 +10711,7 @@
"url": "https://github.com/sponsors/express-rate-limit"
},
"peerDependencies": {
"express": "4 || 5 || ^5.0.0-beta.1"
"express": "^4.11 || 5 || ^5.0.0-beta.1"
}
},
"node_modules/express/node_modules/debug": {
@@ -30658,9 +30659,9 @@
}
},
"express-rate-limit": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.4.1.tgz",
"integrity": "sha512-KS3efpnpIDVIXopMc65EMbWbUht7qvTCdtCR2dD/IZmi9MIkopYESwyRqLgv8Pfu589+KqDqOdzJWW7AHoACeg==",
"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==",
"requires": {}
},
"ext": {

View File

@@ -33,7 +33,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "4.21.2",
"express-rate-limit": "7.4.1",
"express-rate-limit": "7.5.0",
"follow-redirects": "1.15.9",
"graphql": "16.9.0",
"graphql-list-fields": "2.0.4",