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",