diff --git a/package-lock.json b/package-lock.json index 68a5f50..9dbbda7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tabler/icons-react": "^3.44.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.16.0", + "lucide-react": "^1.17.0", "motion": "^12.40.0", "next": "16.2.6", "prismjs": "^1.30.0", @@ -8409,9 +8409,9 @@ } }, "node_modules/lucide-react": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", - "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.17.0.tgz", + "integrity": "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==", "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 cc56dcd..c252693 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@tabler/icons-react": "^3.44.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.16.0", + "lucide-react": "^1.17.0", "motion": "^12.40.0", "next": "16.2.6", "prismjs": "^1.30.0",