refactor: Bump express-rate-limit from 6.7.0 to 6.11.2 (#9007)

This commit is contained in:
dependabot[bot]
2024-03-13 17:45:47 +01:00
committed by GitHub
parent 6f20e54cce
commit 37e3934a85
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "4.18.2",
"express-rate-limit": "6.7.0",
"express-rate-limit": "6.11.2",
"follow-redirects": "1.15.5",
"graphql": "16.8.1",
"graphql-list-fields": "2.0.4",
@@ -7575,11 +7575,11 @@
}
},
"node_modules/express-rate-limit": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.7.0.tgz",
"integrity": "sha512-vhwIdRoqcYB/72TK3tRZI+0ttS8Ytrk24GfmsxDXK9o9IhHNO5bXRiXQSExPQ4GbaE5tvIS7j1SGrxsuWs+sGA==",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.11.2.tgz",
"integrity": "sha512-a7uwwfNTh1U60ssiIkuLFWHt4hAC5yxlLGU2VP0X4YNlyEDZAqF4tK3GD3NSitVBrCQmQ0++0uOyFOgC2y4DDw==",
"engines": {
"node": ">= 12.9.0"
"node": ">= 14"
},
"peerDependencies": {
"express": "^4 || ^5"
@@ -25364,9 +25364,9 @@
}
},
"express-rate-limit": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.7.0.tgz",
"integrity": "sha512-vhwIdRoqcYB/72TK3tRZI+0ttS8Ytrk24GfmsxDXK9o9IhHNO5bXRiXQSExPQ4GbaE5tvIS7j1SGrxsuWs+sGA==",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.11.2.tgz",
"integrity": "sha512-a7uwwfNTh1U60ssiIkuLFWHt4hAC5yxlLGU2VP0X4YNlyEDZAqF4tK3GD3NSitVBrCQmQ0++0uOyFOgC2y4DDw==",
"requires": {}
},
"ext": {

View File

@@ -32,7 +32,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "4.18.2",
"express-rate-limit": "6.7.0",
"express-rate-limit": "6.11.2",
"follow-redirects": "1.15.5",
"graphql": "16.8.1",
"graphql-list-fields": "2.0.4",