mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(deps): update dependency lru-cache to v8 (#3368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
959d1f02dd
commit
9633256682
3 changed files with 7 additions and 7 deletions
|
@ -61,7 +61,7 @@
|
||||||
"koa-proxies": "^0.12.1",
|
"koa-proxies": "^0.12.1",
|
||||||
"koa-router": "^12.0.0",
|
"koa-router": "^12.0.0",
|
||||||
"koa-send": "^5.0.1",
|
"koa-send": "^5.0.1",
|
||||||
"lru-cache": "^7.14.1",
|
"lru-cache": "^8.0.0",
|
||||||
"nanoid": "^4.0.0",
|
"nanoid": "^4.0.0",
|
||||||
"oidc-provider": "^8.0.0",
|
"oidc-provider": "^8.0.0",
|
||||||
"p-memoize": "^7.1.1",
|
"p-memoize": "^7.1.1",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import LRUCache from 'lru-cache';
|
import { LRUCache } from 'lru-cache';
|
||||||
|
|
||||||
import { EnvSet } from '#src/env-set/index.js';
|
import { EnvSet } from '#src/env-set/index.js';
|
||||||
|
|
||||||
|
|
|
@ -404,7 +404,7 @@ importers:
|
||||||
koa-router: ^12.0.0
|
koa-router: ^12.0.0
|
||||||
koa-send: ^5.0.1
|
koa-send: ^5.0.1
|
||||||
lint-staged: ^13.0.0
|
lint-staged: ^13.0.0
|
||||||
lru-cache: ^7.14.1
|
lru-cache: ^8.0.0
|
||||||
nanoid: ^4.0.0
|
nanoid: ^4.0.0
|
||||||
node-mocks-http: ^1.12.1
|
node-mocks-http: ^1.12.1
|
||||||
nodemon: ^2.0.19
|
nodemon: ^2.0.19
|
||||||
|
@ -462,7 +462,7 @@ importers:
|
||||||
koa-proxies: 0.12.1_koa@2.13.4
|
koa-proxies: 0.12.1_koa@2.13.4
|
||||||
koa-router: 12.0.0
|
koa-router: 12.0.0
|
||||||
koa-send: 5.0.1
|
koa-send: 5.0.1
|
||||||
lru-cache: 7.14.1
|
lru-cache: 8.0.0
|
||||||
nanoid: 4.0.0
|
nanoid: 4.0.0
|
||||||
oidc-provider: 8.0.0
|
oidc-provider: 8.0.0
|
||||||
p-memoize: 7.1.1
|
p-memoize: 7.1.1
|
||||||
|
@ -10334,9 +10334,9 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
yallist: 4.0.0
|
yallist: 4.0.0
|
||||||
|
|
||||||
/lru-cache/7.14.1:
|
/lru-cache/8.0.0:
|
||||||
resolution: {integrity: sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==}
|
resolution: {integrity: sha512-pMu1vSJIwJPS/YuMJAJFjvKA2OC7rvgKqJHr90JmZ1kv/hO+MuzqHRSWqyn730vlOwc1Bx/c8+3izTGzmKyXNQ==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=16.14'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/lz-string/1.4.4:
|
/lz-string/1.4.4:
|
||||||
|
|
Loading…
Reference in a new issue