diff --git a/package-lock.json b/package-lock.json index e1345b6..b307b37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "express": "^5.0.1", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", - "lru-cache": "^11.0.1", + "lru-cache": "^11.0.2", "node-fetch": "^3.3.2", "prom-client": "^14.2.0", "react": "^18.3.1", @@ -8695,9 +8695,9 @@ "dev": true }, "node_modules/lru-cache": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", - "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz", + "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==", "engines": { "node": "20 || >=22" } diff --git a/package.json b/package.json index f30c393..fc7696a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express": "^5.0.1", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", - "lru-cache": "^11.0.1", + "lru-cache": "^11.0.2", "node-fetch": "^3.3.2", "prom-client": "^14.2.0", "react": "^18.3.1",