From 36a4555571df18867da5a02694eb73a086e43d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:06:31 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 0.427.0 to 0.473.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.427.0 to 0.473.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.473.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c98dfba..6cad64e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lenis": "^1.1.14", - "lucide-react": "^0.427.0", + "lucide-react": "^0.473.0", "react": "^18.2.0", "react-blurhash": "^0.3.0", "react-dom": "^18.2.0", @@ -3816,12 +3816,11 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.427.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.427.0.tgz", - "integrity": "sha512-lv9s6c5BDF/ccuA0EgTdskTxIe11qpwBDmzRZHJAKtp8LTewAvDvOM+pTES9IpbBuTqkjiMhOmGpJ/CB+mKjFw==", - "license": "ISC", + "version": "0.473.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.473.0.tgz", + "integrity": "sha512-KW6u5AKeIjkvrxXZ6WuCu9zHE/gEYSXCay+Gre2ZoInD0Je/e3RBtP4OHpJVJ40nDklSvjVKjgH7VU8/e2dzRw==", "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/make-dir": { diff --git a/package.json b/package.json index d04dadb..95af8ff 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lenis": "^1.1.14", - "lucide-react": "^0.427.0", + "lucide-react": "^0.473.0", "react": "^18.2.0", "react-blurhash": "^0.3.0", "react-dom": "^18.2.0",