mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-14 18:48:28 -07:00
feat:rateLimiter
This commit is contained in:
parent
559a98850e
commit
60777f5165
3 changed files with 20 additions and 1 deletions
10
yarn.lock
10
yarn.lock
|
@ -2020,6 +2020,7 @@ __metadata:
|
|||
eslint-plugin-unicorn: "npm:^48.0.1"
|
||||
express: "npm:^4.18.2"
|
||||
express-bearer-token: "npm:^2.4.0"
|
||||
express-rate-limit: "npm:^7.1.1"
|
||||
helmet: "npm:^5.1.1"
|
||||
lodash: "npm:^4.17.21"
|
||||
lowdb: "npm:^1.0.0"
|
||||
|
@ -4005,6 +4006,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"express-rate-limit@npm:^7.1.1":
|
||||
version: 7.1.1
|
||||
resolution: "express-rate-limit@npm:7.1.1"
|
||||
peerDependencies:
|
||||
express: ^4 || ^5
|
||||
checksum: 28fc48e25e52b269a37a9e223fcd2a234022466645737c182eec2d2a72fdfdb42a396738a062924ee37ff56719957ae0ef092cfde510ba34b63d554ce094f6ba
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"express@npm:^4.18.2":
|
||||
version: 4.18.2
|
||||
resolution: "express@npm:4.18.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue