refactor: Bump rate-limit-redis from 3.0.2 to 4.2.0 (#9051)
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -22,7 +22,7 @@
|
|||||||
"commander": "12.0.0",
|
"commander": "12.0.0",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"deepcopy": "2.1.0",
|
"deepcopy": "2.1.0",
|
||||||
"express": "^4.18.3",
|
"express": "4.18.3",
|
||||||
"express-rate-limit": "6.11.2",
|
"express-rate-limit": "6.11.2",
|
||||||
"follow-redirects": "1.15.6",
|
"follow-redirects": "1.15.6",
|
||||||
"graphql": "16.8.1",
|
"graphql": "16.8.1",
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
"pg-monitor": "2.0.0",
|
"pg-monitor": "2.0.0",
|
||||||
"pg-promise": "11.5.5",
|
"pg-promise": "11.5.5",
|
||||||
"pluralize": "8.0.0",
|
"pluralize": "8.0.0",
|
||||||
"rate-limit-redis": "3.0.2",
|
"rate-limit-redis": "4.2.0",
|
||||||
"redis": "4.6.13",
|
"redis": "4.6.13",
|
||||||
"semver": "7.6.0",
|
"semver": "7.6.0",
|
||||||
"subscriptions-transport-ws": "0.11.0",
|
"subscriptions-transport-ws": "0.11.0",
|
||||||
@@ -16477,14 +16477,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/rate-limit-redis": {
|
"node_modules/rate-limit-redis": {
|
||||||
"version": "3.0.2",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/rate-limit-redis/-/rate-limit-redis-3.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/rate-limit-redis/-/rate-limit-redis-4.2.0.tgz",
|
||||||
"integrity": "sha512-4SBK6AzIr9PKkCF4HmSDcJH2O2KKMF3fZEcsbNMXyaL5I9d6X71uOreUldFRiyrRyP+qkQrTxzJ38ZKKN+sScw==",
|
"integrity": "sha512-wV450NQyKC24NmPosJb2131RoczLdfIJdKCReNwtVpm5998U8SgKrAZrIHaN/NfQgqOHaan8Uq++B4sa5REwjA==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 14.5.0"
|
"node": ">= 16"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"express-rate-limit": "^6"
|
"express-rate-limit": ">= 6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/raw-body": {
|
"node_modules/raw-body": {
|
||||||
@@ -31664,9 +31664,9 @@
|
|||||||
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
|
||||||
},
|
},
|
||||||
"rate-limit-redis": {
|
"rate-limit-redis": {
|
||||||
"version": "3.0.2",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/rate-limit-redis/-/rate-limit-redis-3.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/rate-limit-redis/-/rate-limit-redis-4.2.0.tgz",
|
||||||
"integrity": "sha512-4SBK6AzIr9PKkCF4HmSDcJH2O2KKMF3fZEcsbNMXyaL5I9d6X71uOreUldFRiyrRyP+qkQrTxzJ38ZKKN+sScw==",
|
"integrity": "sha512-wV450NQyKC24NmPosJb2131RoczLdfIJdKCReNwtVpm5998U8SgKrAZrIHaN/NfQgqOHaan8Uq++B4sa5REwjA==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"raw-body": {
|
"raw-body": {
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"pg-monitor": "2.0.0",
|
"pg-monitor": "2.0.0",
|
||||||
"pg-promise": "11.5.5",
|
"pg-promise": "11.5.5",
|
||||||
"pluralize": "8.0.0",
|
"pluralize": "8.0.0",
|
||||||
"rate-limit-redis": "3.0.2",
|
"rate-limit-redis": "4.2.0",
|
||||||
"redis": "4.6.13",
|
"redis": "4.6.13",
|
||||||
"semver": "7.6.0",
|
"semver": "7.6.0",
|
||||||
"subscriptions-transport-ws": "0.11.0",
|
"subscriptions-transport-ws": "0.11.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user