diff --git a/package-lock.json b/package-lock.json index 632c8ed..6480d6c 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.0", "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.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz", + "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index f58d598..2e07c52 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.0", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" }