diff --git a/package-lock.json b/package-lock.json index 632c8ed..bc4b3fc 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.1", "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.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", + "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index f58d598..0218d94 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.1", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" }