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

build(deps): bump express-rate-limit from 7.4.0 to 7.4.1 #2524

Merged
merged 1 commit into from
Oct 5, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dotenv": "^16.4.5",
"envalid": "^8.0.0",
"express": "^4.20.0",
"express-rate-limit": "^7.4.0",
"express-rate-limit": "^7.4.1",
"jose": "^5.9.3",
"knex": "^3.1.0",
"moment": "^2.30.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7554,7 +7554,7 @@ __metadata:
esprint: "npm:^3.6.0"
events: "npm:^3.3.0"
express: "npm:^4.20.0"
express-rate-limit: "npm:^7.4.0"
express-rate-limit: "npm:^7.4.1"
file-loader: "npm:^6.2.0"
globals: "npm:^15.10.0"
html-webpack-plugin: "npm:^5.6.0"
Expand Down Expand Up @@ -7695,12 +7695,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading