From 9c5d07953223bb46d262e0c80e5d41a70606f0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:48:47 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 0.368.0 to 0.438.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.368.0 to 0.438.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.438.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41dc72e..c7ba77a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "date-fns": "^3.6.0", "git-commit-msg-linter": "^5.0.8", "leaflet": "^1.9.4", - "lucide-react": "^0.368.0", + "lucide-react": "^0.438.0", "next": "14.2.4", "next-auth": "^4.24.7", "next-themes": "^0.3.0", @@ -5194,11 +5194,11 @@ } }, "node_modules/lucide-react": { - "version": "0.368.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.368.0.tgz", - "integrity": "sha512-soryVrCjheZs8rbXKdINw9B8iPi5OajBJZMJ1HORig89ljcOcEokKKAgGbg3QWxSXel7JwHOfDFUdDHAKyUAMw==", + "version": "0.438.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.438.0.tgz", + "integrity": "sha512-uq6yCB+IzVfgIPMK8ibkecXSWTTSOMs9UjUgZigfrDCVqgdwkpIgYg1fSYnf0XXF2AoSyCJZhoZXQwzoai7VGw==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 5f8f29b..9201548 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "date-fns": "^3.6.0", "git-commit-msg-linter": "^5.0.8", "leaflet": "^1.9.4", - "lucide-react": "^0.368.0", + "lucide-react": "^0.438.0", "next": "14.2.4", "next-auth": "^4.24.7", "next-themes": "^0.3.0",