From 8d9f15e21cb75bd7e1c27ee5dcf72b67a90e737a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:13:58 +0000 Subject: [PATCH] :arrow_up: deps: Bump lru-cache from 7.14.1 to 11.2.7 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.14.1 to 11.2.7. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v7.14.1...v11.2.7) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.2.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 443732c8..caae27ef 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ioredis": "^5.0.6", "js-cookie": "^3.0.1", "link-preview-js": "^2.1.15", - "lru-cache": "^7.14.1", + "lru-cache": "^11.2.7", "nanoid": "^4.0.0", "next": "^16.1.6", "next-auth": "^4.24.13", diff --git a/yarn.lock b/yarn.lock index 72f63ed5..af91059c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10588,10 +10588,10 @@ lowercase-keys@^2.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== -lru-cache@*, lru-cache@^7.14.1: - version "7.14.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea" - integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA== +lru-cache@*, lru-cache@^11.2.7: + version "11.2.7" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.7.tgz#9127402617f34cd6767b96daee98c28e74458d35" + integrity sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA== lru-cache@^5.1.1: version "5.1.1"