From 2c6e459d89ca8e5fd2d55b34f96fbea12a26ec46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 09:59:32 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.436.0 to 0.438.0 Snyk has created this PR to upgrade lucide-react from 0.436.0 to 0.438.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 d3bc921..2103a54 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "immer": "^10.1.1", "jotai": "^2.9.3", "lodash": "^4.17.21", - "lucide-react": "^0.436.0", + "lucide-react": "^0.438.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.53.0",