chore(deps): bump lru-cache from 10.0.2 to 10.0.3 (#13844)
* chore(deps): bump lru-cache from 10.0.2 to 10.0.3 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.0.2 to 10.0.3. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.0.2...v10.0.3) --- 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
82bd46f056
commit
f6d18925ab
|
|
@ -121,7 +121,7 @@
|
|||
"koa-favicon": "2.1.0",
|
||||
"koa-mount": "4.0.0",
|
||||
"koa-static": "5.0.0",
|
||||
"lru-cache": "10.0.2",
|
||||
"lru-cache": "10.0.3",
|
||||
"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.2
|
||||
version: 10.0.2
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
lz-string:
|
||||
specifier: 1.5.0
|
||||
version: 1.5.0
|
||||
|
|
@ -5518,11 +5518,9 @@ packages:
|
|||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/lru-cache@10.0.2:
|
||||
resolution: {integrity: sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==}
|
||||
/lru-cache@10.0.3:
|
||||
resolution: {integrity: sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==}
|
||||
engines: {node: 14 || >=16.14}
|
||||
dependencies:
|
||||
semver: 7.5.4
|
||||
dev: false
|
||||
|
||||
/lru-cache@5.1.1:
|
||||
|
|
@ -7108,6 +7106,7 @@ 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