diff --git a/package-lock.json b/package-lock.json index a9cb8cc..dc67181 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "express": "^4.19.2", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", - "lru-cache": "^11.0.0", + "lru-cache": "^11.0.1", "node-fetch": "^3.3.2", "prom-client": "^14.2.0", "react": "^18.3.1", @@ -8509,10 +8509,9 @@ } }, "node_modules/lru-cache": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", - "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", - "license": "ISC", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", + "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", "engines": { "node": "20 || >=22" } diff --git a/package.json b/package.json index 78d44f7..9a9a3fc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "express": "^4.19.2", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", - "lru-cache": "^11.0.0", + "lru-cache": "^11.0.1", "node-fetch": "^3.3.2", "prom-client": "^14.2.0", "react": "^18.3.1",