-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
refactor: Upgrade express-rate-limit from 7.5.0 to 7.5.1 #9824
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
Conversation
Snyk has created this PR to upgrade express-rate-limit from 7.5.0 to 7.5.1. See this package in npm: express-rate-limit See this project in Snyk: https://app.snyk.io/org/acinader/project/21343059-02d9-4182-87d7-718a44b181ef?utm_source=github&utm_medium=referral&page=upgrade-pr
I will reformat the title to use the proper commit message syntax. |
🚀 Thanks for opening this pull request! |
📝 WalkthroughWalkthroughThe version of the "express-rate-limit" dependency in the package.json file was updated from 7.5.0 to 7.5.1. No other changes were made. Changes
Sequence Diagram(s)No sequence diagram generated as the change only involves a dependency version update. 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #9824 +/- ##
==========================================
+ Coverage 92.99% 93.02% +0.02%
==========================================
Files 187 187
Lines 15096 15096
Branches 174 174
==========================================
+ Hits 14039 14043 +4
+ Misses 1045 1041 -4
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🎉 This change has been released in version 8.2.3 |
Snyk has created this PR to upgrade express-rate-limit from 7.5.0 to 7.5.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released 24 days ago.
Release notes
Package name: express-rate-limit
Changed
standardHeaders
fromstring
to just the supported values via a TypeScriptconst
assertion (#506)You can view the full changelog here.
Added
RateLimit
header according to the eighth draft of the IETF RateLimit header specificiation. Enable by settingstandardHeaders: 'draft-8'
.identifier
option, used as the name for the quota policy in thedraft-8
headers.headersDraftVersion
validation check to identifies cases where an unsupported version string is passed to thestandardHeaders
option.You can view the full changelog here.
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by CodeRabbit