Skip to content

Commit

Permalink
node-cache - upgrading cacheable to 1.6.0 (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Sep 27, 2024
1 parent c21f6f3 commit c17202f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/node-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"clean": "rimraf ./dist ./coverage ./node_modules"
},
"devDependencies": {
"@types/node": "^22.6.0",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "^2.1.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
Expand All @@ -43,7 +43,7 @@
"xo": "^0.59.3"
},
"dependencies": {
"cacheable": "^1.3.0",
"cacheable": "^1.6.0",
"eventemitter3": "^5.0.1",
"keyv": "^5.0.3"
},
Expand Down

0 comments on commit c17202f

Please sign in to comment.