From 3dec90b05dc99e7d7d65f393409b10b6b279d1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:19:05 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.303.0 to 0.305.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.303.0 to 0.305.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.305.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 8c011c1..14b1cf5 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.303.0", + "lucide-react": "^0.305.0", "moment": "^2.30.1", "next": "14.0.4", "next-themes": "^0.2.1", @@ -5775,9 +5775,9 @@ } }, "node_modules/lucide-react": { - "version": "0.303.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.303.0.tgz", - "integrity": "sha512-B0B9T3dLEFBYPCUlnUS1mvAhW1craSbF9HO+JfBjAtpFUJ7gMIqmEwNSclikY3RiN2OnCkj/V1ReAQpaHae8Bg==", + "version": "0.305.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.305.0.tgz", + "integrity": "sha512-frSsvuReQ7JvOhmRFd+qkMpnL20nVPO+A3NuR+vLh8MXPZ8hHVSYKtgl2A2yV9PhzCtCGgwCmegFdZs9qVCXzQ==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index f3f5032..367b00a 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.303.0", + "lucide-react": "^0.305.0", "moment": "^2.30.1", "next": "14.0.4", "next-themes": "^0.2.1",