From f6899d6e787783b4ea0988d2ca7506597f1f24fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 16:32:03 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.416.0 to 0.441.0 Snyk has created this PR to upgrade lucide-react from 0.416.0 to 0.441.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/vigneshshettyin/project/f292640c-2272-4ab3-b7a3-dc7f2f3bba3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e81d54..9e238d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,8 +41,8 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lottie-react": "^2.4.0", - "lucide-react": "^0.416.0", - "next": "^14.2.10", + "lucide-react": "^0.441.0", + "next": "14.2.10", "next-auth": "^4.24.7", "next-themes": "^0.3.0", "prisma": "^5.18.0", @@ -7317,12 +7317,12 @@ } }, "node_modules/lucide-react": { - "version": "0.416.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.416.0.tgz", - "integrity": "sha512-wPWxTzdss1CTz2aqcNWNlbh4YSnH9neJWP3RaeXepxpLCTW+pmu7WcT/wxJe+Q7Y7DqGOxAqakJv0pIK3431Ag==", + "version": "0.441.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz", + "integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "node_modules/magic-string": { diff --git a/package.json b/package.json index ebe63cc..cfd0b86 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lottie-react": "^2.4.0", - "lucide-react": "^0.416.0", + "lucide-react": "^0.441.0", "next": "14.2.10", "next-auth": "^4.24.7", "next-themes": "^0.3.0",