diff --git a/package-lock.json b/package-lock.json index 632c8ed..09dc677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "inquirer": "^13.0.1", "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.2.2", + "lru-cache": "^11.5.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" } @@ -1531,9 +1531,9 @@ "license": "MIT" }, "node_modules/lru-cache": { - "version": "11.2.6", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", - "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", + "version": "11.5.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index f58d598..165f0b6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "inquirer": "^13.0.1", "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.2.2", + "lru-cache": "^11.5.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" }