Skip to content

Commit 5b2317b

Browse files
committed
deps: add lru-cache
1 parent 26fefb8 commit 5b2317b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package-lock.json

+1
Original file line numberDiff line numberDiff line change
@@ -14801,6 +14801,7 @@
1480114801
"hosted-git-info": "^7.0.2",
1480214802
"json-parse-even-better-errors": "^3.0.2",
1480314803
"json-stringify-nice": "^1.1.4",
14804+
"lru-cache": "^10.2.2",
1480414805
"minimatch": "^9.0.4",
1480514806
"nopt": "^7.2.1",
1480614807
"npm-install-checks": "^6.2.0",

workspaces/arborist/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"hosted-git-info": "^7.0.2",
2121
"json-parse-even-better-errors": "^3.0.2",
2222
"json-stringify-nice": "^1.1.4",
23+
"lru-cache": "^10.2.2",
2324
"minimatch": "^9.0.4",
2425
"nopt": "^7.2.1",
2526
"npm-install-checks": "^6.2.0",

0 commit comments

Comments
 (0)