From 5cca0149b86c21783245ccd29673272627ab5af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:14:56 +0000 Subject: [PATCH] :arrow_up: deps: Bump lru-cache from 7.14.1 to 11.3.3 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.14.1 to 11.3.3. - [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.3.3) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.3.3 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..1b3084db 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.3.3", "nanoid": "^4.0.0", "next": "^16.1.6", "next-auth": "^4.24.13", diff --git a/yarn.lock b/yarn.lock index 72f63ed5..4caf51e4 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.3.3: + version "11.3.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.3.3.tgz#d6c633c2a9657760fd30594d8d98da65330d9d78" + integrity sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ== lru-cache@^5.1.1: version "5.1.1"