0
Fork 0
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 v9 (#3686)

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
renovate[bot] 2023-04-29 12:10:05 +00:00 committed by GitHub
parent 6fd1e9cc56
commit 13d9acdb8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@
"koa-proxies": "^0.12.1",
"koa-router": "^12.0.0",
"koa-send": "^5.0.1",
"lru-cache": "^8.0.0",
"lru-cache": "^9.0.0",
"nanoid": "^4.0.0",
"oidc-provider": "^8.0.0",
"p-retry": "^5.1.2",

View file

@ -3165,8 +3165,8 @@ importers:
specifier: ^5.0.1
version: 5.0.1
lru-cache:
specifier: ^8.0.0
version: 8.0.0
specifier: ^9.0.0
version: 9.0.0
nanoid:
specifier: ^4.0.0
version: 4.0.0
@ -15158,8 +15158,8 @@ packages:
dependencies:
yallist: 4.0.0
/lru-cache@8.0.0:
resolution: {integrity: sha512-pMu1vSJIwJPS/YuMJAJFjvKA2OC7rvgKqJHr90JmZ1kv/hO+MuzqHRSWqyn730vlOwc1Bx/c8+3izTGzmKyXNQ==}
/lru-cache@9.0.0:
resolution: {integrity: sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==}
engines: {node: '>=16.14'}
dev: false