mirror of
https://github.com/Lissy93/web-check.git
synced 2025-04-30 04:14:28 +02:00
Adds express-rate-limit
This commit is contained in:
parent
18f72788aa
commit
0c5dbd66a3
@ -45,6 +45,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"csv-parser": "^3.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"express-rate-limit": "^7.2.0",
|
||||
"flatted": "^3.2.7",
|
||||
"follow-redirects": "^1.15.2",
|
||||
"got": "^13.0.0",
|
||||
|
@ -9788,6 +9788,11 @@ express-logging@1.1.1:
|
||||
dependencies:
|
||||
on-headers "^1.0.0"
|
||||
|
||||
express-rate-limit@^7.2.0:
|
||||
version "7.2.0"
|
||||
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.2.0.tgz#06ce387dd5388f429cab8263c514fc07bf90a445"
|
||||
integrity sha512-T7nul1t4TNyfZMJ7pKRKkdeVJWa2CqB8NA1P8BwYaoDI5QSBZARv5oMS43J7b7I5P+4asjVXjb7ONuwDKucahg==
|
||||
|
||||
express@4.18.2, express@^4.17.3:
|
||||
version "4.18.2"
|
||||
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
|
||||
|
Loading…
Reference in New Issue
Block a user