From 64c96c2481d3d53249ca78f8f2257d8f1ee422bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 08:12:31 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.476.0 to 0.505.0 Snyk has created this PR to upgrade lucide-react from 0.476.0 to 0.505.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/whitzzscott/project/5c7260af-ee87-44b9-86cd-b03c18e18fa5?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 08fb436e..fb711cfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "install": "^0.13.0", "isbot": "^4.4.0", "llama-tokenizer-js": "^1.2.2", - "lucide-react": "^0.476.0", + "lucide-react": "^0.505.0", "motion": "^12.4.7", "posthog-js": "^1.236.7", "react": "^18.2.0", @@ -12739,9 +12739,9 @@ } }, "node_modules/lucide-react": { - "version": "0.476.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.476.0.tgz", - "integrity": "sha512-x6cLTk8gahdUPje0hSgLN1/MgiJH+Xl90Xoxy9bkPAsMPOUiyRSKR4JCDPGVCEpyqnZXH3exFWNItcvra9WzUQ==", + "version": "0.505.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.505.0.tgz", + "integrity": "sha512-CblOqNBI1aIJqTIBx42CbBf7omVukYtYEy43eZLkm0CTrOO1tgumeuL/RrjwzXRaWonlcJYYTtBE70STDH3pvg==", "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 fb39a0b9..5adee041 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "install": "^0.13.0", "isbot": "^4.4.0", "llama-tokenizer-js": "^1.2.2", - "lucide-react": "^0.476.0", + "lucide-react": "^0.505.0", "motion": "^12.4.7", "posthog-js": "^1.236.7", "react": "^18.2.0",