Skip to content

Commit

Permalink
Bump express-rate-limit from 6.9.0 to 6.11.1 (#209)
Browse files Browse the repository at this point in the history
Bumps
[express-rate-limit](https://github.com/express-rate-limit/express-rate-limit)
from 6.9.0 to 6.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/express-rate-limit/express-rate-limit/releases">express-rate-limit's
releases</a>.</em></p>
<blockquote>
<h2>v6.11.1</h2>
<p>You can view the changelog <a
href="https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md">here</a>.</p>
<h2>v6.11.0</h2>
<p>You can view the changelog <a
href="https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md">here</a>.</p>
<h2>v6.10.0</h2>
<h3>Added</h3>
<ul>
<li>Support for combined <code>RateLimit</code> header from the <a
href="https://github.com/ietf-wg-httpapi/ratelimit-headers">RateLimit
header fields for HTTP standardization draft</a> adopted by the IETF.
Enable by setting <code>standardHeaders: 'draft-7'</code></li>
<li>New <code>standardHeaders: 'draft-6'</code> option, treated
equivalent to <code>standardHeaders: true</code> from previous releases.
(<code>true</code> and <code>false</code> are still supported.)</li>
<li>New <code>RateLimit-Policy</code> header added when
<code>standardHeaders</code> is set to <code>'draft-6'</code>,
<code>'draft-7'</code>, or <code>true</code></li>
<li>Warning when using deprecated
<code>draft_polli_ratelimit_headers</code> option</li>
<li>Warning when using deprecated <code>onLimitReached</code>
option</li>
<li>Warning when <code>totalHits</code> value returned from Store is
invalid</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/express-rate-limit/express-rate-limit/blob/main/changelog.md">express-rate-limit's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.11.1">6.11.1</a></h2>
<h3>Fixed</h3>
<ul>
<li>Check for prefixed keys when validating that the stores have single
counted
keys (See
<a
href="https://redirect.github.com/express-rate-limit/express-rate-limit/issues/395">#395</a>).</li>
</ul>
<h2><a
href="https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.11.0">6.11.0</a></h2>
<h3>Added</h3>
<ul>
<li>Support for retrieving the current hit count and reset time for a
given key
from a store (See
<a
href="https://redirect.github.com/express-rate-limit/express-rate-limit/issues/389">#390</a>).</li>
</ul>
<h2><a
href="https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.10.0">6.10.0</a></h2>
<h3>Added</h3>
<ul>
<li>Support for combined <code>RateLimit</code> header from the
<a href="https://github.com/ietf-wg-httpapi/ratelimit-headers">RateLimit
header fields for HTTP standardization draft</a>
adopted by the IETF. Enable by setting <code>standardHeaders:
'draft-7'</code></li>
<li>New <code>standardHeaders: 'draft-6'</code> option, treated
equivalent to
<code>standardHeaders: true</code> from previous releases.
(<code>true</code> and <code>false</code> are still
supported.)</li>
<li>New <code>RateLimit-Policy</code> header added when
<code>standardHeaders</code> is set to
<code>'draft-6'</code>, <code>'draft-7'</code>, or
<code>true</code></li>
<li>Warning when using deprecated
<code>draft_polli_ratelimit_headers</code> option</li>
<li>Warning when using deprecated <code>onLimitReached</code>
option</li>
<li>Warning when <code>totalHits</code> value returned from Store is
invalid</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/08f936db43f4db01f8b5487a40e122cce59a96fd"><code>08f936d</code></a>
chore: release v6.11.1</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/aeb1088ace269e62a9c2348ca8b0f9a166cacd54"><code>aeb1088</code></a>
docs: update changelog for v6.11.1</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/23558f08753d764240af97d7cad84821cc9a9356"><code>23558f0</code></a>
fix: consider store prefix in <code>singleCount</code> validation check
(<a
href="https://redirect.github.com/express-rate-limit/express-rate-limit/issues/394">#394</a>)</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/625ce86459a544f97743f0876a2dd490ea8c400f"><code>625ce86</code></a>
chore: release v6.11.0</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/a38ced91d77d4f5a28361846a38f5272557d9ba3"><code>a38ced9</code></a>
docs: update changelog for v6.11.0</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/6217b362728a187d527143a914715b1de7824653"><code>6217b36</code></a>
feat: add <code>get</code> method to the <code>Store</code> interface
(<a
href="https://redirect.github.com/express-rate-limit/express-rate-limit/issues/390">#390</a>)</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/b669e77b7b8de7b0a8aad65ab021d7533259a26e"><code>b669e77</code></a>
docs: update contributing guide</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/d3477c22fe5d9e1965beb6e8a38def62ba5273e9"><code>d3477c2</code></a>
chore: use <code>.prettierignore</code> file</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/57ee25cb66bf1838898641f5641b496e9e7efa04"><code>57ee25c</code></a>
6.10.0</li>
<li><a
href="https://github.com/express-rate-limit/express-rate-limit/commit/fbd64df59295dc8f400caa0daf156a28ca378b52"><code>fbd64df</code></a>
Update changelog for 6.10.0</li>
<li>Additional commits viewable in <a
href="https://github.com/express-rate-limit/express-rate-limit/compare/v6.9.0...v6.11.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express-rate-limit&package-manager=npm_and_yarn&previous-version=6.9.0&new-version=6.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2023
1 parent 80cf9a2 commit 4e750a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-http-proxy": "^1.6.0",
"express-rate-limit": "^6.9.0",
"express-rate-limit": "^6.11.1",
"helmet": "^7.0.0",
"i": "^0.3.7",
"jose": "^4.14.6",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -727,9 +727,9 @@ express-http-proxy@^1.6.0:
es6-promise "^4.1.1"
raw-body "^2.3.0"

express-rate-limit@^6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.9.0.tgz#afecb23936d9cd1d133a3c20056708b9955cad0f"
express-rate-limit@^6.11.1:
version "6.11.1"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.11.1.tgz#52e05c5d379cd5d06ae29665862436eb712e414a"

express@^4.18.2:
version "4.18.2"
Expand Down

0 comments on commit 4e750a3

Please sign in to comment.