From 96a8e9c3ab37440ba5f94dbec1efb0816a0e483d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 01:52:21 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.366.0 to 0.379.0 Snyk has created this PR to upgrade lucide-react from 0.366.0 to 0.379.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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9e74ab..91b5c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lottie-react": "^2.4.0", - "lucide-react": "^0.366.0", + "lucide-react": "^0.379.0", "next": "14.2.3", "next-auth": "^4.24.7", "next-themes": "^0.3.0", @@ -5388,9 +5388,10 @@ } }, "node_modules/lucide-react": { - "version": "0.366.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.366.0.tgz", - "integrity": "sha512-iUOsp/35wOkrgEzigZlZI/OhVxQZ8CmxjebdIjfSDzNBmrNYjQfKSpeKderaEFfGt3OycF1BE+wLlaqWRuoh4w==", + "version": "0.379.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.379.0.tgz", + "integrity": "sha512-KcdeVPqmhRldldAAgptb8FjIunM2x2Zy26ZBh1RsEUcdLIvsEmbcw7KpzFYUy5BbpGeWhPu9Z9J5YXfStiXwhg==", + "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index 726b402..f79f065 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.366.0", + "lucide-react": "^0.379.0", "next": "14.2.3", "next-auth": "^4.24.7", "next-themes": "^0.3.0",