From 1e976d24ccd0f6f8e5baf1eacf4cc871fc34dbef Mon Sep 17 00:00:00 2001 From: Nikolay Karadzhov Date: Mon, 5 May 2025 12:03:17 +0300 Subject: [PATCH] Updated the Timeseries package to use client@5.0.1 --- packages/time-series/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/time-series/package.json b/packages/time-series/package.json index 5960350ff4..9d57f5558d 100644 --- a/packages/time-series/package.json +++ b/packages/time-series/package.json @@ -12,7 +12,7 @@ "test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'" }, "peerDependencies": { - "@redis/client": "^5.0.0" + "@redis/client": "^5.0.1" }, "devDependencies": { "@redis/test-utils": "*"