Skip to content

Commit

Permalink
build(deps): Bump @redis/client from 1.5.13 to 1.5.14
Browse files Browse the repository at this point in the history
Bumps [@redis/client](https://github.com/redis/node-redis) from 1.5.13 to 1.5.14.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@1.5.14)

---
updated-dependencies:
- dependency-name: "@redis/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent e713824 commit c653b95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/redis-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "yarn start-redis && vitest run ."
},
"dependencies": {
"@redis/client": "^1.5.13"
"@redis/client": "^1.5.14"
},
"engines": {
"node": ">=18"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2080,14 +2080,14 @@ __metadata:
languageName: node
linkType: hard

"@redis/client@npm:^1.5.13":
version: 1.5.13
resolution: "@redis/client@npm:1.5.13"
"@redis/client@npm:^1.5.14":
version: 1.5.14
resolution: "@redis/client@npm:1.5.14"
dependencies:
cluster-key-slot: "npm:1.1.2"
generic-pool: "npm:3.9.0"
yallist: "npm:4.0.0"
checksum: 757e38a5ebedd772fc051756971ad158878c95aa5bf8b2ab94b28e179f8a9cceb31a009c5d59c9efaf7640ef93a1936a8c54500c4c4065bfbd3e7fcc71f6dac6
checksum: aab53eff9456e0a5e0ef78ce16db3eca4b837274b8285c5d66ced549573dbacf75972935806911274d6dd906a53d982ef9b1a6f11a8efe4a18efa94ec9c2a4b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -3198,7 +3198,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@xmtp/redis-persistence@workspace:packages/redis-persistence"
dependencies:
"@redis/client": "npm:^1.5.13"
"@redis/client": "npm:^1.5.14"
"@xmtp/xmtp-js": "npm:11.3.5"
vitest: "npm:^1.0.1"
languageName: unknown
Expand Down

0 comments on commit c653b95

Please sign in to comment.