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",