chore(deps): bump lru-cache from 10.3.0 to 10.4.0 (#16113)
* chore(deps): bump lru-cache from 10.3.0 to 10.4.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.3.0 to 10.4.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b242f64f61
commit
fc8f4b097c
|
|
@ -94,7 +94,7 @@
|
|||
"jsdom": "24.1.0",
|
||||
"json-bigint": "1.0.0",
|
||||
"jsrsasign": "10.9.0",
|
||||
"lru-cache": "10.3.0",
|
||||
"lru-cache": "10.4.0",
|
||||
"lz-string": "1.5.0",
|
||||
"mailparser": "3.7.1",
|
||||
"markdown-it": "14.1.0",
|
||||
|
|
|
|||
|
|
@ -141,8 +141,8 @@ importers:
|
|||
specifier: 10.9.0
|
||||
version: 10.9.0
|
||||
lru-cache:
|
||||
specifier: 10.3.0
|
||||
version: 10.3.0
|
||||
specifier: 10.4.0
|
||||
version: 10.4.0
|
||||
lz-string:
|
||||
specifier: 1.5.0
|
||||
version: 1.5.0
|
||||
|
|
@ -4503,9 +4503,9 @@ packages:
|
|||
lowlight@3.1.0:
|
||||
resolution: {integrity: sha512-CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ==}
|
||||
|
||||
lru-cache@10.3.0:
|
||||
resolution: {integrity: sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==}
|
||||
engines: {node: 14 || >=16.14}
|
||||
lru-cache@10.4.0:
|
||||
resolution: {integrity: sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
lru-cache@4.1.5:
|
||||
resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==}
|
||||
|
|
@ -11635,7 +11635,7 @@ snapshots:
|
|||
devlop: 1.1.0
|
||||
highlight.js: 11.9.0
|
||||
|
||||
lru-cache@10.3.0: {}
|
||||
lru-cache@10.4.0: {}
|
||||
|
||||
lru-cache@4.1.5:
|
||||
dependencies:
|
||||
|
|
@ -12414,7 +12414,7 @@ snapshots:
|
|||
|
||||
path-scurry@1.11.1:
|
||||
dependencies:
|
||||
lru-cache: 10.3.0
|
||||
lru-cache: 10.4.0
|
||||
minipass: 7.1.2
|
||||
|
||||
path-to-regexp@6.2.2: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue