1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Updated the Redis package to use client@5.1.1

This commit is contained in:
Nikolay Karadzhov
2025-05-28 16:27:23 +03:00
parent d4380221c8
commit d374514309
2 changed files with 11 additions and 59 deletions

View File

@@ -10,11 +10,11 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@redis/bloom": "5.1.0",
"@redis/client": "5.1.0",
"@redis/json": "5.1.0",
"@redis/search": "5.1.0",
"@redis/time-series": "5.1.0"
"@redis/bloom": "5.1.1",
"@redis/client": "5.1.1",
"@redis/json": "5.1.1",
"@redis/search": "5.1.1",
"@redis/time-series": "5.1.1"
},
"engines": {
"node": ">= 18"