From b6e620660d90777854c1d0bf49a976830a624c5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 10:52:52 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.379.0 to 0.435.0 Snyk has created this PR to upgrade lucide-react from 0.379.0 to 0.435.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/sanchitrk/project/9a9f7a5d-de7e-4f88-93a2-a4ae7546f8c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index d447613..5a1ccef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "immer": "^10.1.1", "jotai": "^2.8.0", "lodash": "^4.17.21", - "lucide-react": "^0.379.0", + "lucide-react": "^0.435.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.5",