Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump @redis/client from 1.5.13 to 1.5.14 (#1180)
Bumps [@redis/client](https://github.com/redis/node-redis) from 1.5.13 to 1.5.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/node-redis/releases"><code>@redis/client</code>'s releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h2>Fixes</h2> <ul> <li>fix(clustered pubsub): check that <code>client.isOpen</code> before calling <code>client.disconnect()</code> when unsubscribing by <a href="https://github.com/BrentLayne"><code>@BrentLayne</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/2687">redis/node-redis#2687</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BrentLayne"><code>@BrentLayne</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/2687">redis/node-redis#2687</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/node-redis/commit/03ab4fbd6c3ceb7500cf95a3465685b0fd8c7152"><code>03ab4fb</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/0f29f4238f9eebea9fc0f5267c0f424870b7c526"><code>0f29f42</code></a> Change json docker version to 2.6.9</li> <li><a href="https://github.com/redis/node-redis/commit/295647cf9d7ddc93b9b516a45098765084a0c2d8"><code>295647c</code></a> fix(clustered pubsub): check that <code>client.isOpen</code> before calling `client.disc...</li> <li><a href="https://github.com/redis/node-redis/commit/5a96058c2f77c1278a0438ca5923f0772cf74790"><code>5a96058</code></a> Linking to Redis learning resources (<a href="https://redirect.github.com/redis/node-redis/issues/2628">#2628</a>)</li> <li><a href="https://github.com/redis/node-redis/commit/ccd96101773c7332c01a2eb45cfbd21868a7490b"><code>ccd9610</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/55d07d276790edfd7d46b6297226c93da4d4d23b"><code>55d07d2</code></a> upgrade <code>@redis/client</code></li> <li>See full diff in <a href="https://github.com/redis/node-redis/compare/[email protected]@1.5.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@redis/client&package-manager=npm_and_yarn&previous-version=1.5.13&new-version=1.5.14)](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>
- Loading branch information