Skip to content

Commit

Permalink
cache-manager - upgrading keyv and cacheable to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Oct 27, 2024
1 parent 18a9257 commit 99655ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cache-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
],
"license": "MIT",
"dependencies": {
"keyv": "^5.1.0"
"keyv": "^5.1.2"
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
"@keyv/redis": "^3.0.1",
"@types/node": "^22.8.1",
"@vitest/coverage-v8": "^2.1.3",
"cache-manager-redis-yet": "^5.1.5",
"cacheable": "^1.8.0",
"cacheable": "^1.8.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
Expand Down

0 comments on commit 99655ad

Please sign in to comment.