From e826d16d275b69ca7ecfb4d856f911c8fa250977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:42:39 +0000 Subject: [PATCH] chore(all): bump lucide-vue-next from 0.539.0 to 0.540.0 Bumps [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) from 0.539.0 to 0.540.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.540.0/packages/lucide-vue-next) --- updated-dependencies: - dependency-name: lucide-vue-next dependency-version: 0.540.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- services/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e00118d4..3c1648143 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14693,9 +14693,9 @@ } }, "node_modules/lucide-vue-next": { - "version": "0.539.0", - "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.539.0.tgz", - "integrity": "sha512-8Y75ekxsBqW+9YZPCbxE6KXoCbNmJYUujKP+nK2cIqmONJXvUSeyroEW4DV1Kjlw8ZvmfKwP0FpdjPzuKvRsQw==", + "version": "0.540.0", + "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.540.0.tgz", + "integrity": "sha512-H7qhKVNKLyoFMo05pWcGSWBiLPiI3zJmWV65SuXWHlrIGIcvDer10xAyWcRJ0KLzIH5k5+yi7AGw/Xi1VF8Pbw==", "license": "ISC", "peerDependencies": { "vue": ">=3.0.1" @@ -21443,7 +21443,7 @@ "@vueuse/core": "^13.6.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-vue-next": "^0.539.0", + "lucide-vue-next": "^0.540.0", "mitt": "^3.0.1", "pinia": "^3.0.3", "reka-ui": "^2.4.1", diff --git a/services/frontend/package.json b/services/frontend/package.json index f220e1fd2..5c81be0a4 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -20,7 +20,7 @@ "@vueuse/core": "^13.6.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-vue-next": "^0.539.0", + "lucide-vue-next": "^0.540.0", "mitt": "^3.0.1", "pinia": "^3.0.3", "reka-ui": "^2.4.1",