From 3cade74946d14b42475f3856f01787b0d8efd8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:31:59 +0000 Subject: [PATCH] build(deps): Bump lucide-react from 0.284.0 to 0.285.0 in /washboard Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.284.0 to 0.285.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.285.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] --- washboard/package-lock.json | 8 ++++---- washboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/washboard/package-lock.json b/washboard/package-lock.json index a54202d4..343c1075 100644 --- a/washboard/package-lock.json +++ b/washboard/package-lock.json @@ -30,7 +30,7 @@ "clsx": "^2.0.0", "date-fns": "^2.30.0", "immer": "^10.0.2", - "lucide-react": "^0.284.0", + "lucide-react": "^0.285.0", "nats.ws": "^1.18.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -5854,9 +5854,9 @@ } }, "node_modules/lucide-react": { - "version": "0.284.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.284.0.tgz", - "integrity": "sha512-dVSMHYAya/TeY3+vsk+VQJEKNQN2AhIo0+Dp09B2qpzvcBuu93H98YZykFcjIAfmanFiDd8nqfXFR38L757cyQ==", + "version": "0.285.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.285.0.tgz", + "integrity": "sha512-TvWtS0Zc2lT0wTMyD+sEB7x9TM/38MQMJfJbQMMWJOsPx+lEaWBk1aKalqhCZj/Vbl2r00Uqln7xTTY2T7R63g==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/washboard/package.json b/washboard/package.json index 59a43866..7b0c1bdc 100644 --- a/washboard/package.json +++ b/washboard/package.json @@ -32,7 +32,7 @@ "clsx": "^2.0.0", "date-fns": "^2.30.0", "immer": "^10.0.2", - "lucide-react": "^0.284.0", + "lucide-react": "^0.285.0", "nats.ws": "^1.18.0", "react": "^18.2.0", "react-dom": "^18.2.0",