Skip to content

Commit

Permalink
use modern lru-cache, not legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 1, 2020
1 parent 984a8d5 commit 93ff028
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 34 deletions.
87 changes: 54 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,6 +36,6 @@
"node": ">=10"
},
"dependencies": {
"lru-cache": "^4.1.5"
"lru-cache": "^6.0.0"
}
}

0 comments on commit 93ff028

Please sign in to comment.