From 7e0dccd7f873b91ef65ee1884b095f481eb5a124 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 03:11:24 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.435.0 to 0.436.0 Snyk has created this PR to upgrade lucide-react from 0.435.0 to 0.436.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/zntb/project/ce950247-bd90-40e8-b6d3-0edee8f12e33?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a434ef3..d582bfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "dotenv": "^16.4.5", - "lucide-react": "^0.435.0", + "lucide-react": "^0.436.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -4142,9 +4142,9 @@ } }, "node_modules/lucide-react": { - "version": "0.435.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.435.0.tgz", - "integrity": "sha512-we5GKfzjMDw9m9SsyZJvWim9qaT+Ya5kaRS+OGFqgLqXUrPM1h+7CiMw5pKdEIoaBqfXz2pyv9TASAdpIAJs0Q==", + "version": "0.436.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.436.0.tgz", + "integrity": "sha512-N292bIxoqm1aObAg0MzFtvhYwgQE6qnIOWx/GLj5ONgcTPH6N0fD9bVq/GfdeC9ZORBXozt/XeEKDpiB3x3vlQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" diff --git a/package.json b/package.json index fa0b5a1..f8e4c5b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "dotenv": "^16.4.5", - "lucide-react": "^0.435.0", + "lucide-react": "^0.436.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1",