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"