diff --git a/bun.lock b/bun.lock index f0acac3..c985bbb 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "@stacksjs/ts-cache", @@ -14,7 +15,7 @@ "lru-cache": "^11.2.6", "mitata": "^1.0.34", "node-cache": "^5.1.2", - "redis": "^5.10.0", + "redis": "^5.11.0", "ts-clone": "^0.1.1", }, }, diff --git a/package.json b/package.json index f4311be..68bd899 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "lru-cache": "^11.2.6", "mitata": "^1.0.34", "node-cache": "^5.1.2", - "redis": "^5.10.0", + "redis": "^5.11.0", "ts-clone": "^0.1.1" }, "git-hooks": {