From 767accff18631e64c912f559ce45c4cca2ff3dc7 Mon Sep 17 00:00:00 2001 From: "Indospace.io" Date: Fri, 18 Jan 2019 18:52:08 -0800 Subject: [PATCH] bump lru-cache bump lru-cache --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6026aec..6b268dd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "prepublish": "npm run update" }, "dependencies": { - "lru-cache": "4.1.x", + "lru-cache": "5.1.x", "tmp": "0.0.x" } }