mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix(deps): update dependency express-rate-limit to v6.11.0 (#4736)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express-rate-limit](https://togithub.com/express-rate-limit/express-rate-limit) | [`6.9.0` -> `6.11.0`](https://renovatebot.com/diffs/npm/express-rate-limit/6.9.0/6.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express-rate-limit/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express-rate-limit/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express-rate-limit/6.9.0/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express-rate-limit/6.9.0/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>express-rate-limit/express-rate-limit (express-rate-limit)</summary> ### [`v6.11.0`](https://togithub.com/express-rate-limit/express-rate-limit/blob/HEAD/changelog.md#6110) [Compare Source](https://togithub.com/express-rate-limit/express-rate-limit/compare/v6.10.0...v6.11.0) ##### Added - Support for retrieving the current hit count and reset time for a given key from a store (See [#​390](https://togithub.com/express-rate-limit/express-rate-limit/issues/389)). ### [`v6.10.0`](https://togithub.com/express-rate-limit/express-rate-limit/blob/HEAD/changelog.md#6100) [Compare Source](https://togithub.com/express-rate-limit/express-rate-limit/compare/v6.9.0...v6.10.0) ##### Added - Support for combined `RateLimit` header from the [RateLimit header fields for HTTP standardization draft](https://togithub.com/ietf-wg-httpapi/ratelimit-headers) adopted by the IETF. Enable by setting `standardHeaders: 'draft-7'`. - New `standardHeaders: 'draft-6'` option, treated equivalent to `standardHeaders: true` from previous releases. Note that `true` and `false` are still supported. - New `RateLimit-Policy` header added when `standardHeaders` is set to `'draft-6'`, `'draft-7'`, or `true`. - Warning when using deprecated `draft_polli_ratelimit_headers` option. - Warning when using deprecated `onLimitReached` option. - Warning when `totalHits` value returned from Store is invalid. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b3fd96dd1b
commit
f1e7e0e210
@ -3485,9 +3485,9 @@ expect@^29.7.0:
|
||||
jest-util "^29.7.0"
|
||||
|
||||
express-rate-limit@^6.6.0:
|
||||
version "6.9.0"
|
||||
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.9.0.tgz#afecb23936d9cd1d133a3c20056708b9955cad0f"
|
||||
integrity sha512-AnISR3V8qy4gpKM62/TzYdoFO9NV84fBx0POXzTryHU/qGUJBWuVGd+JhbvtVmKBv37t8/afmqdnv16xWoQxag==
|
||||
version "6.11.2"
|
||||
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.11.2.tgz#6c42035603d3b52e4e2fb59f6ebaa89e628ef980"
|
||||
integrity sha512-a7uwwfNTh1U60ssiIkuLFWHt4hAC5yxlLGU2VP0X4YNlyEDZAqF4tK3GD3NSitVBrCQmQ0++0uOyFOgC2y4DDw==
|
||||
|
||||
express-session@^1.17.1:
|
||||
version "1.17.3"
|
||||
|
Loading…
Reference in New Issue
Block a user