From ab5397710685da24e91a94bbcef9f0fd56fc7c39 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 25 Dec 2024 20:11:57 +0000
Subject: [PATCH] fix(deps): update dependency express-rate-limit to v7.5.0
 (#9039)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[express-rate-limit](https://redirect.github.com/express-rate-limit/express-rate-limit)
| [`7.4.1` ->
`7.5.0`](https://renovatebot.com/diffs/npm/express-rate-limit/7.4.1/7.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/express-rate-limit/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express-rate-limit/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express-rate-limit/7.4.1/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express-rate-limit/7.4.1/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>express-rate-limit/express-rate-limit
(express-rate-limit)</summary>

###
[`v7.5.0`](https://redirect.github.com/express-rate-limit/express-rate-limit/releases/tag/v7.5.0)

[Compare
Source](https://redirect.github.com/express-rate-limit/express-rate-limit/compare/v7.4.1...v7.5.0)

##### Added

- Implemented the combined `RateLimit` header according to the eighth
draft of the [IETF RateLimit header
specificiation](https://redirect.github.com/ietf-wg-httpapi/ratelimit-headers).
Enable by setting `standardHeaders: 'draft-8'`.
- Added a new `identifier` option, used as the name for the quota policy
in the `draft-8` headers.
- Added a new `headersDraftVersion` validation check to identifies cases
where an unsupported version string is passed to the `standardHeaders`
option.

***

You can view the full changelog
[here](https://express-rate-limit.mintlify.app/reference/changelog).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

â™» **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 yarn.lock | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/yarn.lock b/yarn.lock
index da50fed5a496..54192fc856c3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4093,11 +4093,11 @@ __metadata:
   linkType: hard
 
 "express-rate-limit@npm:^7.3.1":
-  version: 7.4.1
-  resolution: "express-rate-limit@npm:7.4.1"
+  version: 7.5.0
+  resolution: "express-rate-limit@npm:7.5.0"
   peerDependencies:
-    express: 4 || 5 || ^5.0.0-beta.1
-  checksum: 10c0/111673b43e7c2eef8bc3b6d5e7b46cabe055782d446b0aa93e55ef277e1c7995366443c16fa92101948dafdf1c4f39523c03adbfcc7c57cbbb9c9131ee374049
+    express: ^4.11 || 5 || ^5.0.0-beta.1
+  checksum: 10c0/3e96afa05b4f577395688ede37e0cb19901f20c350b32575fb076f3d25176209fb88d3648151755c232aaf304147c58531f070757978f376e2f08326449299fd
   languageName: node
   linkType: hard