mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-31 13:32:18 -04:00
fix(deps): update lru-cache
This commit is contained in:
5
.changeset/shiny-wombats-mate.md
Normal file
5
.changeset/shiny-wombats-mate.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/npm-resolver": patch
|
||||
---
|
||||
|
||||
Update lru-cache.
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -4967,8 +4967,8 @@ importers:
|
||||
specifier: ^6.2.0
|
||||
version: 6.2.0
|
||||
lru-cache:
|
||||
specifier: ^9.1.2
|
||||
version: 9.1.2
|
||||
specifier: ^10.0.1
|
||||
version: 10.0.1
|
||||
normalize-path:
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0
|
||||
@@ -13464,7 +13464,6 @@ packages:
|
||||
engines: {node: 14 || >=16.14}
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/lru-cache@4.1.5:
|
||||
resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==}
|
||||
@@ -13500,11 +13499,6 @@ packages:
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
|
||||
/lru-cache@9.1.2:
|
||||
resolution: {integrity: sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==}
|
||||
engines: {node: 14 || >=16.14}
|
||||
dev: false
|
||||
|
||||
/lunr-mutable-indexes@2.3.2:
|
||||
resolution: {integrity: sha512-Han6cdWAPPFM7C2AigS2Ofl3XjAT0yVMrUixodJEpyg71zCtZ2yzXc3s+suc/OaNt4ca6WJBEzVnEIjxCTwFMw==}
|
||||
dependencies:
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"@zkochan/retry": "^0.2.0",
|
||||
"encode-registry": "^3.0.1",
|
||||
"load-json-file": "^6.2.0",
|
||||
"lru-cache": "^9.1.2",
|
||||
"lru-cache": "^10.0.1",
|
||||
"normalize-path": "^3.0.0",
|
||||
"p-limit": "^3.1.0",
|
||||
"p-memoize": "4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user