From 88596d7c5b601bd76122d0df4711a5d988f7def1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:30:16 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.305.0 to 0.307.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.305.0 to 0.307.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.307.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14b1cf5..7456a61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "axios": "^1.6.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "lucide-react": "^0.305.0", + "lucide-react": "^0.307.0", "moment": "^2.30.1", "next": "14.0.4", "next-themes": "^0.2.1", @@ -5775,9 +5775,9 @@ } }, "node_modules/lucide-react": { - "version": "0.305.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.305.0.tgz", - "integrity": "sha512-frSsvuReQ7JvOhmRFd+qkMpnL20nVPO+A3NuR+vLh8MXPZ8hHVSYKtgl2A2yV9PhzCtCGgwCmegFdZs9qVCXzQ==", + "version": "0.307.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.307.0.tgz", + "integrity": "sha512-+vZ+vUiWPZTMnLHURg4aoIaz6NHOWXVVcVd8iLROu1k4LbyjcnHIKmbjXHCmulz7XAYLWRVXzhJJgIr+Aq3vOg==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index 367b00a..62497f0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "axios": "^1.6.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "lucide-react": "^0.305.0", + "lucide-react": "^0.307.0", "moment": "^2.30.1", "next": "14.0.4", "next-themes": "^0.2.1",