fix(deps): update dependency express-rate-limit to v8
This MR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
express-rate-limit | ^7.4.0 -> ^8.0.0 |
Release Notes
express-rate-limit/express-rate-limit (express-rate-limit)
v8.0.1
You can view the changelog here.
v8.0.0
You can view the changelog here.
v7.5.1
Changed
- Narrowed type of
standardHeaders
fromstring
to just the supported values via a TypeScriptconst
assertion (#506)
You can view the full changelog here.
v7.5.0
Added
- Implemented the combined
RateLimit
header according to the eighth draft of the IETF RateLimit header specificiation. Enable by settingstandardHeaders: 'draft-8'
. - Added a new
identifier
option, used as the name for the quota policy in thedraft-8
headers. - Added a new
headersDraftVersion
validation check to identifies cases where an unsupported version string is passed to thestandardHeaders
option.
You can view the full changelog here.
v7.4.1
Fixed
- Made the
passOnStoreError
return after callingnext()
rather than continuing execution.
You can view the full changelog here.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot