1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00

Updated the Redis package to use client@5.5.6

This commit is contained in:
Nikolay Karadzhov
2025-06-06 10:20:13 +03:00
parent 7deaf336e4
commit ba0ba71aad
2 changed files with 10 additions and 70 deletions

View File

@ -13,11 +13,11 @@
"release": "release-it"
},
"dependencies": {
"@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"
"@redis/bloom": "5.5.6",
"@redis/client": "5.5.6",
"@redis/json": "5.5.6",
"@redis/search": "5.5.6",
"@redis/time-series": "5.5.6"
},
"engines": {
"node": ">= 18"