diff --git a/gatepilot-console/package-lock.json b/gatepilot-console/package-lock.json index 22418ec..fd31e26 100644 --- a/gatepilot-console/package-lock.json +++ b/gatepilot-console/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "typescript": "6.0.3", - "vue-tsc": "3.2.7" + "vue-tsc": "3.2.9" } }, "node_modules/@babel/generator": { @@ -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": [ @@ -617,16 +599,16 @@ } }, "node_modules/@vue/language-core": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.2.7.tgz", - "integrity": "sha512-Gn4q/tRxbpVGLEuARQ43p3YELlNAFgRUVCgW9U5Cr+5q4vfD2bWDWpl3ABbJMXUt5xlE1dF8dkigg2aUq7JYYw==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.2.9.tgz", + "integrity": "sha512-ie0ojt/0fU/GfIogh+zgHbaYRPlt9S+cLOxcWwF7nTSFh897BVgnFKL2byT4kpp1mlqYWZ2psGwSniyE2xsxYw==", "dev": true, "license": "MIT", "dependencies": { "@volar/language-core": "2.4.28", "@vue/compiler-dom": "^3.5.0", "@vue/shared": "^3.5.0", - "alien-signals": "^3.1.2", + "alien-signals": "^3.2.0", "muggle-string": "^0.4.1", "path-browserify": "^1.0.1", "picomatch": "^4.0.4" @@ -695,9 +677,9 @@ } }, "node_modules/alien-signals": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.1.2.tgz", - "integrity": "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.2.0.tgz", + "integrity": "sha512-5J9+NpCLHgic4xnZtI8SznvNagwJsZSvRFsAwoLlLw+Edaqa4upCiOC19P8Vx2DqmEvqK2qJBMtI8+9eXOEb/A==", "dev": true, "license": "MIT" }, @@ -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": [ @@ -1724,14 +1694,14 @@ "license": "MIT" }, "node_modules/vue-tsc": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.2.7.tgz", - "integrity": "sha512-zc1tL3HoQni1zGTGrwBVRQb7rGP5SWdu/m4rGB6JcnAC5MT5LFZIxF7Y+EJEnt4hGF23d60rXH7gRjHGb5KQQQ==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.2.9.tgz", + "integrity": "sha512-qm8/nbo+9eZc1SCndm9wT+gq23pM+wRIdHY0wjm83B3lIginHTwcdrLUyTrKjDWXbMVNjKegNrnymhpdqnCL3A==", "dev": true, "license": "MIT", "dependencies": { "@volar/typescript": "2.4.28", - "@vue/language-core": "3.2.7" + "@vue/language-core": "3.2.9" }, "bin": { "vue-tsc": "bin/vue-tsc.js" diff --git a/gatepilot-console/package.json b/gatepilot-console/package.json index 59300d9..a89d11a 100644 --- a/gatepilot-console/package.json +++ b/gatepilot-console/package.json @@ -19,6 +19,6 @@ }, "devDependencies": { "typescript": "6.0.3", - "vue-tsc": "3.2.7" + "vue-tsc": "3.2.9" } }