From 48bf46ff35c95883882319b2346dbfd0ff3349a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 20:28:24 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.292.0 to 0.378.0 Snyk has created this PR to upgrade lucide-react from 0.292.0 to 0.378.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/folkmoz1/project/2f0b956c-5a86-4de0-9b6a-3ef990387b53?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 819d58f..162424c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "clsx": "^2.0.0", "dayjs": "^1.11.10", "framer-motion": "^10.16.5", - "lucide-react": "^0.292.0", + "lucide-react": "^0.378.0", "next": "^14.0.3", "next-auth": "^4.24.5", "postcss": "8.4.31", @@ -2935,9 +2935,10 @@ } }, "node_modules/lucide-react": { - "version": "0.292.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.292.0.tgz", - "integrity": "sha512-rRgUkpEHWpa5VCT66YscInCQmQuPCB1RFRzkkxMxg4b+jaL0V12E3riWWR2Sh5OIiUhCwGW/ZExuEO4Az32E6Q==", + "version": "0.378.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.378.0.tgz", + "integrity": "sha512-u6EPU8juLUk9ytRcyapkWI18epAv3RU+6+TC23ivjR0e+glWKBobFeSgRwOIJihzktILQuy6E0E80P2jVTDR5g==", + "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index c5095d8..4f7dd58 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "clsx": "^2.0.0", "dayjs": "^1.11.10", "framer-motion": "^10.16.5", - "lucide-react": "^0.292.0", + "lucide-react": "^0.378.0", "next": "^14.0.3", "next-auth": "^4.24.5", "postcss": "8.4.31",