From 0d82c158cedd2b64600fbb8f697ef01a33fcaaee Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 16 Mar 2024 10:16:35 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Upgrade=20lucide-react=20from=20?= =?UTF-8?q?0.294.0=20to=200.338.0=20(#1064)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snyk has created this PR to upgrade lucide-react from 0.294.0 to 0.338.0. See this package in npm: https://www.npmjs.com/package/lucide-react See this project in Snyk: https://app.snyk.io/org/lukevella/project/721d16ff-962c-4a38-8c03-bc0f92f6e192?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index d65326925..e1b96a695 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -54,7 +54,7 @@ "iron-session": "^6.3.1", "js-cookie": "^3.0.1", "lodash": "^4.17.21", - "lucide-react": "^0.294.0", + "lucide-react": "^0.338.0", "micro": "^10.0.1", "nanoid": "^4.0.0", "next-auth": "^4.24.5",