From fd5e342a1fc761f27e321a4b57e96fda29a9635c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:23:39 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 0.577.0 to 1.0.1 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.577.0 to 1.0.1. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.0.1/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 196b9b20c..4861f954f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "gh-pages": "^6.3.0", "js-yaml": "^4.1.1", "localforage": "^1.10.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.1", "nanoid": "^5.1.7", "pyodide": "^0.29.3", "random-words": "^2.0.1", @@ -9431,9 +9431,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.0.1.tgz", + "integrity": "sha512-lih7tKEczCYOQjVEzpFuxEuNzlwf+1yhvlMlEkGWJM3va8Pugv8bYXc/pRtcjPncaP7k84X0Pt/71ufxvqEPtQ==", "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 9217f3ff3..2f3ff1b56 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "gh-pages": "^6.3.0", "js-yaml": "^4.1.1", "localforage": "^1.10.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.1", "nanoid": "^5.1.7", "pyodide": "^0.29.3", "random-words": "^2.0.1",