From 5bb4b39b946b1128a1ffe47032dd4c8223504a05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:53:07 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.554.0 to 0.556.0 Snyk has created this PR to upgrade lucide-react from 0.554.0 to 0.556.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/marshallxmg/project/11fbc11d-5c43-4b99-9ebe-e37b2db43953?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 9719e00..9629c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "html-to-image": "^1.11.13", "jspdf": "^3.0.4", "jspdf-autotable": "^5.0.2", - "lucide-react": "^0.554.0", + "lucide-react": "^0.556.0", "mysql2": "^3.15.3", "next": "16.0.10", "react": "19.2.0", @@ -6255,9 +6255,9 @@ } }, "node_modules/lucide-react": { - "version": "0.554.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.554.0.tgz", - "integrity": "sha512-St+z29uthEJVx0Is7ellNkgTEhaeSoA42I7JjOCBCrc5X6LYMGSv0P/2uS5HDLTExP5tpiqRD2PyUEOS6s9UXA==", + "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" diff --git a/package.json b/package.json index ab337bf..734eae4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "html-to-image": "^1.11.13", "jspdf": "^3.0.4", "jspdf-autotable": "^5.0.2", - "lucide-react": "^0.554.0", + "lucide-react": "^0.556.0", "mysql2": "^3.15.3", "next": "16.0.10", "react": "19.2.0",