diff --git a/packages/core/package.json b/packages/core/package.json index 58008c5af..75b698b43 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -64,7 +64,7 @@ "koa-proxies": "^0.12.1", "koa-router": "^12.0.0", "koa-send": "^5.0.1", - "lru-cache": "^9.0.0", + "lru-cache": "^10.0.0", "nanoid": "^4.0.0", "oidc-provider": "^8.2.2", "p-retry": "^5.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7cfa0137..46ea77b14 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3178,8 +3178,8 @@ importers: specifier: ^5.0.1 version: 5.0.1 lru-cache: - specifier: ^9.0.0 - version: 9.0.0 + specifier: ^10.0.0 + version: 10.0.0 nanoid: specifier: ^4.0.0 version: 4.0.0 @@ -15214,6 +15214,11 @@ packages: highlight.js: 10.7.3 dev: true + /lru-cache@10.0.0: + resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} + engines: {node: 14 || >=16.14} + dev: false + /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: @@ -15227,11 +15232,6 @@ packages: dependencies: yallist: 4.0.0 - /lru-cache@9.0.0: - resolution: {integrity: sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==} - engines: {node: '>=16.14'} - dev: false - /lz-string@1.4.4: resolution: {integrity: sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==} hasBin: true