From a04030d7241323582ce069b358feb534ec3efc41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:03:15 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to ^0.390.0 --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 8e77b97e..f61c111e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -35,7 +35,7 @@ "clsx": "^2.0.0", "flowbite": "^2.1.0", "flowbite-react": "^0.4.3", - "lucide-react": "^0.363.0", + "lucide-react": "^0.390.0", "node-url-shortener": "^2.0.0", "nodejs-box": "^0.1.3", "react": "^18.2.0", @@ -18783,9 +18783,10 @@ } }, "node_modules/lucide-react": { - "version": "0.363.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.363.0.tgz", - "integrity": "sha512-AlsfPCsXQyQx7wwsIgzcKOL9LwC498LIMAo+c0Es5PkHJa33xwmYAkkSoKoJWWWSYQEStqu58/jT4tL2gi32uQ==", + "version": "0.390.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.390.0.tgz", + "integrity": "sha512-APqbfEcVuHnZbiy3E97gYWLeBdkE4e6NbY6AuVETZDZVn/bQCHYUoHyxcUHyvRopfPOHhFUEvDyyQzHwM+S9/w==", + "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/client/package.json b/client/package.json index 7e7a6a09..db1cc0a5 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "clsx": "^2.0.0", "flowbite": "^2.1.0", "flowbite-react": "^0.4.3", - "lucide-react": "^0.363.0", + "lucide-react": "^0.390.0", "node-url-shortener": "^2.0.0", "nodejs-box": "^0.1.3", "react": "^18.2.0",