diff --git a/package.json b/package.json index 443732c8..7f42208f 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.6", "nanoid": "^4.0.0", "next": "^16.1.6", "next-auth": "^4.24.13", diff --git a/yarn.lock b/yarn.lock index 72f63ed5..d6691371 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.6: + version "11.2.6" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58" + integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ== lru-cache@^5.1.1: version "5.1.1"