From 073eea28528850570aae4b74e10272f67736db7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 01:41:10 +0000 Subject: [PATCH] fix(deps): update dependency express-rate-limit to v6.7.1 (#4301) 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.7.0` -> `6.7.1`](https://renovatebot.com/diffs/npm/express-rate-limit/6.7.0/6.7.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express-rate-limit/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express-rate-limit/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express-rate-limit/6.7.0/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express-rate-limit/6.7.0/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
express-rate-limit/express-rate-limit (express-rate-limit) ### [`v6.7.1`](https://togithub.com/express-rate-limit/express-rate-limit/blob/HEAD/changelog.md#671) [Compare Source](https://togithub.com/express-rate-limit/express-rate-limit/compare/v6.7.0...v6.7.1) ##### Fixed - Fixed compatibility with TypeScript's TypeScript new `node16` module resolution strategy (See [#​355](https://togithub.com/express-rate-limit/express-rate-limit/issues/355)) ##### Changed - Bumped development dependencies. - Added `node` 20 to list of versions the CI jobs run on. No functional changes.
--- ### 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 25fb067a6b..9e7d091dd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3319,9 +3319,9 @@ expect@^29.6.1: jest-util "^29.6.1" express-rate-limit@^6.6.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.7.0.tgz#6aa8a1bd63dfe79702267b3af1161a93afc1d3c2" - integrity sha512-vhwIdRoqcYB/72TK3tRZI+0ttS8Ytrk24GfmsxDXK9o9IhHNO5bXRiXQSExPQ4GbaE5tvIS7j1SGrxsuWs+sGA== + 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== express-session@^1.17.1: version "1.17.3"