diff --git a/package-lock.json b/package-lock.json index 58f0af0..e3a43e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "helmet": "^8.2.0", "joi": "^17.12.0", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.5.0", + "lru-cache": "^11.5.2", "prompts": "^2.4.2", "swagger-jsdoc": "^6.3.0", "swagger-ui-express": "^5.0.1" @@ -1384,9 +1384,9 @@ "license": "MIT" }, "node_modules/lru-cache": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz", - "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==", + "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" @@ -1662,15 +1662,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/path-scurry/node_modules/lru-cache": { - "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" - } - }, "node_modules/path-to-regexp": { "version": "0.1.13", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", diff --git a/package.json b/package.json index b1104d2..f700737 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "helmet": "^8.2.0", "joi": "^17.12.0", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.5.0", + "lru-cache": "^11.5.2", "prompts": "^2.4.2", "swagger-jsdoc": "^6.3.0", "swagger-ui-express": "^5.0.1"