fix(deps): update lru-cache

This commit is contained in:
Zoltan Kochan
2023-10-15 15:19:48 +03:00
parent 08b65ff78b
commit ff55119a8e
3 changed files with 8 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/npm-resolver": patch
---
Update lru-cache.

10
pnpm-lock.yaml generated
View File

@@ -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:

View File

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