Skip to content

Commit

Permalink
Merge #6487
Browse files Browse the repository at this point in the history
6487: chore(deps): bump ioredis from 5.0.2 to 5.0.3 r=jniles a=dependabot[bot]

Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.2 to 5.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/luin/ioredis/releases">ioredis's releases</a>.</em></p>
<blockquote>
<h2>v5.0.3</h2>
<h2><a href="https://github.com/luin/ioredis/compare/v5.0.2...v5.0.3">5.0.3</a> (2022-03-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add named exports to keep compatible with <code>`@​types/ioredis</code>` (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1552">#1552</a>) (<a href="https://github.com/luin/ioredis/commit/a89a9002db70d44c83dfa6aaef81fb40caa5fb19">a89a900</a>)</li>
<li>Fix failover detector with sentinel and tls streams (<a href="https://github.com/luin/ioredis/commit/ac00a005220aa48e9be509f18594bd5e13969ce4">ac00a00</a>)</li>
<li>handle NOPERM error for monitor (<a href="https://github.com/luin/ioredis/commit/93b873dfaf75baf08e517476bfe54384d144b526">93b873d</a>), closes <a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1498">#1498</a></li>
<li>Hook up the keepAlive after a successful connect (<a href="https://github.com/luin/ioredis/commit/14f03a4d9416b32a912f3ab9eee4c004ccad8acc">14f03a4</a>), closes <a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1339">#1339</a></li>
</ul>
</blockquote>


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] committed Apr 1, 2022
2 parents 443822b + f2e3e88 commit 23b6214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"handlebars": "^4.7.7",
"helmet": "^5.0.1",
"inline-source": "^7.1.0",
"ioredis": "^5.0.2",
"ioredis": "^5.0.3",
"jaro-winkler": "^0.2.8",
"jquery": "^3.5.1",
"jsbarcode": "^3.11.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4584,10 +4584,10 @@ invert-kv@^1.0.0:
resolved "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY=

ioredis@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.0.2.tgz#76bb83ef9757134d62270b9f45251518c55dfdb7"
integrity sha512-B8yZmqripQXllUUoeX8PhlzcsPiEGZToyD5f2gRzuMYHGOmX0RXh3TNdLIj+wcOs1+tk+W49D8qU9hkVohRFDw==
ioredis@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.0.3.tgz#5a742a03128a9924f98b957c8721720b4165b3ab"
integrity sha512-hKxywVypoGGUJDyfnMufO0VNkuIaQufo2/PJ5SOYBKWgf4+gCnZEPaBPle615k08euY9/B9DKytVtwZROF7HaA==
dependencies:
"@ioredis/commands" "^1.1.1"
cluster-key-slot "^1.1.0"
Expand Down

0 comments on commit 23b6214

Please sign in to comment.