From 5b2317b472342428c6521d7b0d550d0fcc9bb202 Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 2 May 2024 13:42:05 -0700 Subject: [PATCH] deps: add lru-cache --- package-lock.json | 1 + workspaces/arborist/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 806af2f7396df..de68c052c4f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14801,6 +14801,7 @@ "hosted-git-info": "^7.0.2", "json-parse-even-better-errors": "^3.0.2", "json-stringify-nice": "^1.1.4", + "lru-cache": "^10.2.2", "minimatch": "^9.0.4", "nopt": "^7.2.1", "npm-install-checks": "^6.2.0", diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 96ef5baa9b196..102a3fad8a87b 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -20,6 +20,7 @@ "hosted-git-info": "^7.0.2", "json-parse-even-better-errors": "^3.0.2", "json-stringify-nice": "^1.1.4", + "lru-cache": "^10.2.2", "minimatch": "^9.0.4", "nopt": "^7.2.1", "npm-install-checks": "^6.2.0",