chore(deps): bump lru-cache from 10.0.1 to 10.0.2 (#13753)
* chore(deps): bump lru-cache from 10.0.1 to 10.0.2 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.0.1 to 10.0.2. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.0.1...v10.0.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
cef8054ecc
commit
c2fc202578
|
|
@ -121,7 +121,7 @@
|
|||
"koa-favicon": "2.1.0",
|
||||
"koa-mount": "4.0.0",
|
||||
"koa-static": "5.0.0",
|
||||
"lru-cache": "10.0.1",
|
||||
"lru-cache": "10.0.2",
|
||||
"lz-string": "1.5.0",
|
||||
"mailparser": "3.6.5",
|
||||
"markdown-it": "13.0.2",
|
||||
|
|
|
|||
|
|
@ -120,8 +120,8 @@ dependencies:
|
|||
specifier: 5.0.0
|
||||
version: 5.0.0
|
||||
lru-cache:
|
||||
specifier: 10.0.1
|
||||
version: 10.0.1
|
||||
specifier: 10.0.2
|
||||
version: 10.0.2
|
||||
lz-string:
|
||||
specifier: 1.5.0
|
||||
version: 1.5.0
|
||||
|
|
@ -5492,9 +5492,11 @@ packages:
|
|||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/lru-cache@10.0.1:
|
||||
resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==}
|
||||
/lru-cache@10.0.2:
|
||||
resolution: {integrity: sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==}
|
||||
engines: {node: 14 || >=16.14}
|
||||
dependencies:
|
||||
semver: 7.5.4
|
||||
dev: false
|
||||
|
||||
/lru-cache@5.1.1:
|
||||
|
|
@ -7080,7 +7082,6 @@ packages:
|
|||
hasBin: true
|
||||
dependencies:
|
||||
lru-cache: 6.0.0
|
||||
dev: true
|
||||
|
||||
/set-blocking@2.0.0:
|
||||
resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
|
||||
|
|
|
|||
Loading…
Reference in New Issue