From 7a96fa9ab3dd8439fa96516245a020d81e8f65cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 02:58:25 +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/3f7a23d2-a22c-4487-8442-502155814573?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 2a9a1f8..87a9e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "ethers": "^6.13.2", - "lucide-react": "^0.435.0", + "lucide-react": "^0.436.0", "next": "14.2.6", "next-themes": "^0.3.0", "react": "^18.3.1", @@ -12723,9 +12723,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 c21e584..a955492 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "ethers": "^6.13.2", - "lucide-react": "^0.435.0", + "lucide-react": "^0.436.0", "next": "14.2.6", "next-themes": "^0.3.0", "react": "^18.3.1",