diff --git a/package-lock.json b/package-lock.json index 2a34e8a..7b54f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@monaco-editor/react": "^4.7.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.23.0", + "lucide-react": "^1.25.0", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7", @@ -9347,9 +9347,9 @@ } }, "node_modules/lucide-react": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.23.0.tgz", - "integrity": "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw==", + "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 1ebc6c2..ba054dd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@monaco-editor/react": "^4.7.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.23.0", + "lucide-react": "^1.25.0", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7",