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.0.1

This commit is contained in:
Nikolay Karadzhov
2025-05-05 12:21:02 +03:00
parent 71ab009ef8
commit fd069641f3
2 changed files with 21 additions and 21 deletions

View File

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