diff --git a/package-lock.json b/package-lock.json index c5ae46f..fdd29ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "clsx": "^2.1.1", "date-fns": "^3.6.0", "file-saver": "^2.0.5", - "lucide-react": "^0.424.0", + "lucide-react": "^0.462.0", "million": "^3.1.11", "prettier-plugin-tailwindcss": "^0.6.5", "react": "^18.3.1", @@ -1866,7 +1866,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -11451,9 +11450,9 @@ } }, "node_modules/lucide-react": { - "version": "0.424.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.424.0.tgz", - "integrity": "sha512-x2Nj2aytk1iOyHqt4hKenfVlySq0rYxNeEf8hE0o+Yh0iE36Rqz0rkngVdv2uQtjZ70LAE73eeplhhptYt9x4Q==", + "version": "0.462.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.462.0.tgz", + "integrity": "sha512-NTL7EbAao9IFtuSivSZgrAh4fZd09Lr+6MTkqIxuHaH2nnYiYIzXPo06cOxHg9wKLdj6LL8TByG4qpePqwgx/g==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } diff --git a/package.json b/package.json index 2fb07ba..934f781 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "clsx": "^2.1.1", "date-fns": "^3.6.0", "file-saver": "^2.0.5", - "lucide-react": "^0.424.0", + "lucide-react": "^0.462.0", "million": "^3.1.11", "prettier-plugin-tailwindcss": "^0.6.5", "react": "^18.3.1",