From 6f8c9928a858cd1100aa74b50f7369669b99d411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:38:16 +0000 Subject: [PATCH] chore(deps): bump lucide-vue-next in /gatepilot-console Bumps [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) from 0.468.0 to 1.0.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.0.0/packages/lucide-vue-next) --- updated-dependencies: - dependency-name: lucide-vue-next dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gatepilot-console/package-lock.json | 38 +++-------------------------- gatepilot-console/package.json | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/gatepilot-console/package-lock.json b/gatepilot-console/package-lock.json index 22418ec..08bfe89 100644 --- a/gatepilot-console/package-lock.json +++ b/gatepilot-console/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@vitejs/plugin-vue": "6.0.6", - "lucide-vue-next": "^0.468.0", + "lucide-vue-next": "^1.0.0", "pinia": "3.0.4", "vite": "8.0.10", "vue": "^3.5.13", @@ -272,9 +272,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -291,9 +288,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -310,9 +304,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -329,9 +320,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -348,9 +336,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -367,9 +352,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1026,9 +1008,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1049,9 +1028,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1072,9 +1048,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1095,9 +1068,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1169,9 +1139,9 @@ } }, "node_modules/lucide-vue-next": { - "version": "0.468.0", - "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.468.0.tgz", - "integrity": "sha512-quV/6T8YB1XK0VOEnebg3Byd8Rsan5/m95cvjnuHV4vcS3qEnLAybkrSh0hk3ppavx+V7R1PjNW+mGDvcBdz4A==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-1.0.0.tgz", + "integrity": "sha512-V6SPvx1IHTj/UY+FrIYWV5faISsPSb8BnWSFDxAtezWKvWc9ZZ40PDrdu1/Qb5vg4lHWr1hs1BAMGVGm6V1Xdg==", "license": "ISC", "peerDependencies": { "vue": ">=3.0.1" diff --git a/gatepilot-console/package.json b/gatepilot-console/package.json index 59300d9..90c68fd 100644 --- a/gatepilot-console/package.json +++ b/gatepilot-console/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@vitejs/plugin-vue": "6.0.6", - "lucide-vue-next": "^0.468.0", + "lucide-vue-next": "^1.0.0", "pinia": "3.0.4", "vite": "8.0.10", "vue": "^3.5.13",