From bc2082228ad12c811752ebdca55e06c301698b8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 07:11:33 +0000 Subject: [PATCH] fix(deps): update dependency express-rate-limit to v6.8.1 (#4406) 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.8.0` -> `6.8.1`](https://renovatebot.com/diffs/npm/express-rate-limit/6.8.0/6.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express-rate-limit/6.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express-rate-limit/6.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express-rate-limit/6.8.0/6.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express-rate-limit/6.8.0/6.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
express-rate-limit/express-rate-limit (express-rate-limit) ### [`v6.8.1`](https://togithub.com/express-rate-limit/express-rate-limit/blob/HEAD/changelog.md#681--672) [Compare Source](https://togithub.com/express-rate-limit/express-rate-limit/compare/v6.8.0...v6.8.1) ##### Changed - Revert 6.7.1 change that bumped typescript from 5.x to 4.x and dts-bundle-generator from 8.x to 7.x (See [#​360](https://togithub.com/express-rate-limit/express-rate-limit/issues/360))
--- ### 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 6343d5b649..3652da7c01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3312,9 +3312,9 @@ expect@^29.6.2: jest-util "^29.6.2" express-rate-limit@^6.6.0: - version "6.8.0" - resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.8.0.tgz#4f1f8238ba209caee2a43be921813f1b70e29beb" - integrity sha512-yVeDWczkh8qgo9INJB1tT4j7LFu+n6ei/oqSMsqpsUIGYjTM+gk+Q3wv19TMUdo8chvus8XohAuOhG7RYRM9ZQ== + version "6.8.1" + resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.8.1.tgz#f614bc3a7040fe6f75dc3198536f4cc13526f989" + integrity sha512-xJyudsE60CsDShK74Ni1MxsldYaIoivmG3ieK2tAckMsYCBewEuGalss6p/jHmFFnqM9xd5ojE0W2VlanxcOKg== express-session@^1.17.1: version "1.17.3"