From 1c236b254e444c394f6772a27314446871e6c20f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Dec 2025 08:12:18 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.451.0 to 0.556.0 Snyk has created this PR to upgrade lucide-react from 0.451.0 to 0.556.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/nialljoemaher/project/8ac19f6c-c7f2-4720-acd1-09701979877c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6916a995..9ebb3aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "highlight.js": "^11.10.0", "holy-loader": "^2.3.1", "lowlight": "^3.1.0", - "lucide-react": "^0.451.0", + "lucide-react": "^0.556.0", "nanoid": "^5.0.9", "next": "^16.0.10", "next-auth": "^5.0.0-beta.30", @@ -15753,12 +15753,12 @@ } }, "node_modules/lucide-react": { - "version": "0.451.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.451.0.tgz", - "integrity": "sha512-OwQ3uljZLp2cerj8sboy5rnhtGTCl9UCJIhT1J85/yOuGVlEH+xaUPR7tvNdddPvmV5M5VLdr7cQuWE3hzA4jw==", + "version": "0.556.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.556.0.tgz", + "integrity": "sha512-iOb8dRk7kLaYBZhR2VlV1CeJGxChBgUthpSP8wom9jfj79qovgG6qcSdiy6vkoREKPnbUYzJsCn4o4PtG3Iy+A==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/magic-string": { diff --git a/package.json b/package.json index e923f0d2..6c504065 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "highlight.js": "^11.10.0", "holy-loader": "^2.3.1", "lowlight": "^3.1.0", - "lucide-react": "^0.451.0", + "lucide-react": "^0.556.0", "nanoid": "^5.0.9", "next": "^16.0.10", "next-auth": "^5.0.0-beta.30",