Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency express-rate-limit from v7.3.1 to v7.4.0 #2809

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"compression": "1.7.4",
"cors": "2.8.5",
"express": "4.19.2",
"express-rate-limit": "7.3.1",
"express-rate-limit": "7.4.0",
"helmet": "7.1.0",
"knex": "3.1.0",
"mysql": "2.18.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7192,7 +7192,7 @@ __metadata:
dotenv: "npm:16.4.5"
eslint: "npm:9.8.0"
express: "npm:4.19.2"
express-rate-limit: "npm:7.3.1"
express-rate-limit: "npm:7.4.0"
helmet: "npm:7.1.0"
knex: "npm:3.1.0"
mysql: "npm:2.18.1"
Expand Down Expand Up @@ -12326,12 +12326,12 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:7.3.1":
version: 7.3.1
resolution: "express-rate-limit@npm:7.3.1"
"express-rate-limit@npm:7.4.0":
version: 7.4.0
resolution: "express-rate-limit@npm:7.4.0"
peerDependencies:
express: 4 || 5 || ^5.0.0-beta.1
checksum: 10/9d9c2ea59d778d0e74aca91cb70cd784a29b0e1193ad3cb7e057d79dca7507c48a6bfb7ca0eb7173c2110f08969d65a30bf9071cb6642b4422d2848ac7f27b33
checksum: 10/33178c652bb1472aad2022194b5cd7963bd3e74d3eaf5e49eb1491a968fdce54551cc76b097ac10d3a1646d62cec2e6f2405ccef5ef5b60152a0c4a148749a4d
languageName: node
linkType: hard

Expand Down
Loading