diff --git a/package-lock.json b/package-lock.json index aa72a8972..ca5ce3039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "cross-env": "^7.0.3", "jose": "^5.4.0", "lodash.throttle": "^4.1.1", - "lru-cache": "^10.2.2", + "lru-cache": "^10.4.3", "markdown-to-jsx": "^7.4.7", "next": "^14.2.3", "next-auth": "^4.24.7", @@ -11731,13 +11731,10 @@ } }, "node_modules/lru-cache": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", - "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", - "license": "ISC", - "engines": { - "node": "14 || >=16.14" - } + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "license": "ISC" }, "node_modules/lz-string": { "version": "1.5.0", diff --git a/package.json b/package.json index cf7720f6a..b3e4275aa 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "cross-env": "^7.0.3", "jose": "^5.4.0", "lodash.throttle": "^4.1.1", - "lru-cache": "^10.2.2", + "lru-cache": "^10.4.3", "markdown-to-jsx": "^7.4.7", "next": "^14.2.3", "next-auth": "^4.24.7",