From b8b746ffad4588e36b4efb13ccfcbbe20b557930 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Sep 2024 09:20:22 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.432.0 to 0.436.0 Snyk has created this PR to upgrade lucide-react from 0.432.0 to 0.436.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/gouravng/project/ed127966-06de-4ad1-862c-dabce35a7ba9?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 44ccb91..3244815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@radix-ui/react-slot": "^1.1.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.432.0", + "lucide-react": "^0.436.0", "next": "14.2.10", "pg": "^8.12.0", "react": "^18", @@ -3135,9 +3135,9 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/lucide-react": { - "version": "0.432.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.432.0.tgz", - "integrity": "sha512-/xdssFY2KYDlpSkZNryZc28wmMNdvidwc2rZB2Xc5kkV8ku3u+wv6z9GEKO1xx+Himr0OYrqd91T7wEt/6haog==", + "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 b009557..b9c639a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@radix-ui/react-slot": "^1.1.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.432.0", + "lucide-react": "^0.436.0", "next": "14.2.10", "pg": "^8.12.0", "react": "^18",