diff --git a/package-lock.json b/package-lock.json index 3f3df9c..a520216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0", "framer-motion": "^11.2.0", - "lru-cache": "^10.4.0", + "lru-cache": "^11.2.6", "lucide-react": "^0.400.0", "next": "^14.2.0", "react": "^18.3.0", @@ -6937,10 +6937,13 @@ "license": "MIT" }, "node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "license": "ISC" + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", + "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } }, "node_modules/lucide-react": { "version": "0.400.0", @@ -7504,6 +7507,13 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/pathe": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", diff --git a/package.json b/package.json index dbe85c3..b606f08 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0", "framer-motion": "^11.2.0", - "lru-cache": "^10.4.0", + "lru-cache": "^11.2.6", "lucide-react": "^0.400.0", "next": "^14.2.0", "react": "^18.3.0",