mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Bump lru-cache from 10.3.0 to 10.4.0 (#6500)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
432e9b37fb
commit
0503c2d5b2
2 changed files with 7 additions and 7 deletions
|
@ -216,8 +216,8 @@ importers:
|
|||
specifier: ^6.9.1
|
||||
version: 6.9.1
|
||||
lru-cache:
|
||||
specifier: ^10.3.0
|
||||
version: 10.3.0
|
||||
specifier: ^10.4.0
|
||||
version: 10.4.0
|
||||
measured-core:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
|
@ -3259,9 +3259,9 @@ packages:
|
|||
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
|
||||
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@5.1.1:
|
||||
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
||||
|
@ -7632,7 +7632,7 @@ snapshots:
|
|||
|
||||
lowercase-keys@3.0.0: {}
|
||||
|
||||
lru-cache@10.3.0: {}
|
||||
lru-cache@10.4.0: {}
|
||||
|
||||
lru-cache@5.1.1:
|
||||
dependencies:
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"live-plugin-manager": "^1.0.0",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"log4js": "^6.9.1",
|
||||
"lru-cache": "^10.3.0",
|
||||
"lru-cache": "^10.4.0",
|
||||
"measured-core": "^2.0.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"oidc-provider": "^8.5.1",
|
||||
|
|
Loading…
Reference in a new issue