From 7001f54e4f4c8457547af9f373db724cf7f481cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Feb 2025 05:27:55 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.263.1 to 0.471.1 Snyk has created this PR to upgrade lucide-react from 0.263.1 to 0.471.1. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/dmontgomery40/project/cb0caf20-fbd8-434a-afd6-d6520ca03d1f?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 27c5616..df48542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jose": "^5.2.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "lucide-react": "^0.263.1", + "lucide-react": "^0.471.1", "node-fetch": "^3.3.2", "octokit": "^4.0.3", "rate-limiter-flexible": "^4.0.0", @@ -9973,12 +9973,12 @@ } }, "node_modules/lucide-react": { - "version": "0.263.1", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.263.1.tgz", - "integrity": "sha512-keqxAx97PlaEN89PXZ6ki1N8nRjGWtDa4021GFYLNj0RgruM5odbpl8GHTExj0hhPq3sF6Up0gnxt6TSHu+ovw==", + "version": "0.471.1", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.1.tgz", + "integrity": "sha512-syOxwPhf62gg2YOsz72HRn+CIpeudFy67AeKnSR8Hn/fIIF4ubhNbRF+pQ2CaJrl+X9Os4PL87z2DXQi3DVeDA==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/make-dir": { diff --git a/package.json b/package.json index 5cedf9b..cc9a184 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "jose": "^5.2.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "lucide-react": "^0.263.1", + "lucide-react": "^0.471.1", "node-fetch": "^3.3.2", "octokit": "^4.0.3", "rate-limiter-flexible": "^4.0.0",