From f1e7e0e2102880dd3fecd0fe409629711f1f3835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 03:54:01 +0000 Subject: [PATCH] fix(deps): update dependency express-rate-limit to v6.11.0 (#4736) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
express-rate-limit/express-rate-limit (express-rate-limit) ### [`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.
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 018944fb6d..b8c3f4cb73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"