From 9345a5aa84b123a90d84383e2e7a2c73596988e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 01:42:35 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.396.0 to 0.438.0 Snyk has created this PR to upgrade lucide-react from 0.396.0 to 0.438.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/moto-timo/project/bcdf3f12-eb21-40a0-9cbb-d63b45a64f19?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 73d12c75..5595632a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -45,7 +45,7 @@ "clsx": "^2.1.1", "date-fns": "^4.0.0", "eslint-import-resolver-typescript": "^3.6.3", - "lucide-react": "^0.396.0", + "lucide-react": "^0.438.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-error-boundary": "^4.0.13",