From 42346f5d3aac7e49256cd07321fa80daf29ef3e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:44:41 +0000 Subject: [PATCH] fix(deps): update dependency lru-cache to v10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 863fcab8..f7c2dc64 100644 --- a/package.json +++ b/package.json @@ -252,7 +252,7 @@ "execa": "5.1.1", "https": "1.0.0", "isomorphic-fetch": "3.0.0", - "lru-cache": "7.4.0", + "lru-cache": "10.1.0", "pretend": "3.1.1", "sander": "0.6.0", "tsdi": "0.25.0", diff --git a/yarn.lock b/yarn.lock index d77ce016..4f497ef8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1522,10 +1522,10 @@ loud-rejection@^1.0.0: currently-unhandled "^0.4.1" signal-exit "^3.0.0" -lru-cache@7.4.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.4.0.tgz#2830a779b483e9723e20f26fa5278463c50599d8" - integrity sha512-YOfuyWa/Ee+PXbDm40j9WXyJrzQUynVbgn4Km643UYcWNcrSfRkKL0WaiUcxcIbkXcVTgNpDqSnPXntWXT75cw== +lru-cache@10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484" + integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag== lru-cache@^6.0.0: version "6.0.0"