chore(deps): bump lru-cache from 10.2.1 to 10.2.2 (#15411)
* chore(deps): bump lru-cache from 10.2.1 to 10.2.2 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.2.1 to 10.2.2. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.2.1...v10.2.2) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-patch ... 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
bcaffbfbb2
commit
60be9366ae
|
|
@ -86,7 +86,7 @@
|
|||
"jsdom": "24.0.0",
|
||||
"json-bigint": "1.0.0",
|
||||
"jsrsasign": "10.9.0",
|
||||
"lru-cache": "10.2.1",
|
||||
"lru-cache": "10.2.2",
|
||||
"lz-string": "1.5.0",
|
||||
"mailparser": "3.7.1",
|
||||
"markdown-it": "14.1.0",
|
||||
|
|
|
|||
|
|
@ -114,8 +114,8 @@ dependencies:
|
|||
specifier: 10.9.0
|
||||
version: 10.9.0
|
||||
lru-cache:
|
||||
specifier: 10.2.1
|
||||
version: 10.2.1
|
||||
specifier: 10.2.2
|
||||
version: 10.2.2
|
||||
lz-string:
|
||||
specifier: 1.5.0
|
||||
version: 1.5.0
|
||||
|
|
@ -6795,8 +6795,8 @@ packages:
|
|||
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
|
||||
/lru-cache@10.2.1:
|
||||
resolution: {integrity: sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==}
|
||||
/lru-cache@10.2.2:
|
||||
resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
|
||||
engines: {node: 14 || >=16.14}
|
||||
|
||||
/lru-cache@4.1.5:
|
||||
|
|
@ -7752,7 +7752,7 @@ packages:
|
|||
resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==}
|
||||
engines: {node: '>=16 || 14 >=14.17'}
|
||||
dependencies:
|
||||
lru-cache: 10.2.1
|
||||
lru-cache: 10.2.2
|
||||
minipass: 5.0.0
|
||||
dev: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue