diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 3b37611f..7cbb5658 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -14,7 +14,7 @@ "@types/uuid": "^11.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.0.1", + "lucide-react": "^1.6.0", "next": "^16.2.0", "react": "^19.2.3", "react-dom": "^19.2.4", @@ -5977,9 +5977,9 @@ } }, "node_modules/lucide-react": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.0.1.tgz", - "integrity": "sha512-lih7tKEczCYOQjVEzpFuxEuNzlwf+1yhvlMlEkGWJM3va8Pugv8bYXc/pRtcjPncaP7k84X0Pt/71ufxvqEPtQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.6.0.tgz", + "integrity": "sha512-YxLKVCOF5ZDI1AhKQE5IBYMY9y/Nr4NT15+7QEWpsTSVCdn4vmZhww+6BP76jWYjQx8rSz1Z+gGme1f+UycWEw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/dashboard/package.json b/dashboard/package.json index 8ea4c585..dc585471 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -15,7 +15,7 @@ "@types/uuid": "^11.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.0.1", + "lucide-react": "^1.6.0", "next": "^16.2.0", "react": "^19.2.3", "react-dom": "^19.2.4",