Skip to content

Commit

Permalink
cacheable - upgrading keyv to 5.2.3 (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Dec 26, 2024
1 parent 6c09bc7 commit 49abbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cacheable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf ./dist ./coverage ./node_modules"
},
"devDependencies": {
"@keyv/redis": "^4.0.2",
"@keyv/redis": "^4.2.0",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"lru-cache": "^11.0.2",
Expand All @@ -40,7 +40,7 @@
},
"dependencies": {
"hookified": "^1.6.0",
"keyv": "^5.2.1"
"keyv": "^5.2.3"
},
"keywords": [
"cacheable",
Expand Down

0 comments on commit 49abbd2

Please sign in to comment.