From b8c1813373045e2cf65a2b7e724931e1ccf09c49 Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Thu, 4 Apr 2024 11:06:02 -0400 Subject: [PATCH 1/2] feat: Update ioredis to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00169db..1f098e7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "async": "^2.6.1", "disyuntor": "^3.5.0", - "ioredis": "^4.28.5", + "ioredis": "^5.3.2", "lodash": "^4.17.15", "lru-cache": "^4.1.5", "ms": "^2.1.2", From 2aa0ed63948291efc5cfb10bb152cf090fc45b19 Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Thu, 4 Apr 2024 11:12:02 -0400 Subject: [PATCH 2/2] feat: Update limitd-redis package version to v8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f098e7..dcefe83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "limitd-redis", - "version": "7.8.1", + "version": "8.0.0", "description": "A database client for limits on top of redis", "main": "index.js", "repository": {