diff --git a/package-lock.json b/package-lock.json index 43316c7be..dd518a450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "falkordb-browser", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "falkordb-browser", - "version": "2.3.0", + "version": "2.3.1", "dependencies": { "@aws-sdk/client-s3": "^3.1089.0", "@aws-sdk/lib-storage": "^3.1089.0", @@ -59,7 +59,7 @@ "jose": "^6.2.3", "lodash": "^4.18.0", "lru-cache": "^11.5.2", - "lucide-react": "^1.24.0", + "lucide-react": "^1.25.0", "markdown-it": "^14.3.0", "monaco-editor": "^0.55.1", "next": "^16.2.10", @@ -10399,9 +10399,9 @@ } }, "node_modules/lucide-react": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.24.0.tgz", - "integrity": "sha512-YT6mBD8lGKkg4nM39enlm94/sfJIiW0YKUT60fBy4YK8tai31ylg1VhGNWxkpSKHo9UagfnZqwIff3HTDQwXeA==", + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.25.0.tgz", + "integrity": "sha512-/mdJTRbiwcLOQ1NZZK1amZF9rIZyvO18D6r9TngE6TG1NmqHgFuT4eE7Xrkm9UsXMbBJD1NlfwHVltCDWHrOTw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 9db440497..9a822716c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "jose": "^6.2.3", "lodash": "^4.18.0", "lru-cache": "^11.5.2", - "lucide-react": "^1.24.0", + "lucide-react": "^1.25.0", "markdown-it": "^14.3.0", "monaco-editor": "^0.55.1", "next": "^16.2.10",