diff --git a/gatepilot-console/package-lock.json b/gatepilot-console/package-lock.json index 22418ec..ea4e84e 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.8" } }, "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,9 +599,9 @@ } }, "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.8", + "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.2.8.tgz", + "integrity": "sha512-9OiSPQFiAAWNVnXb0d2dcTmcKnFQamhuNES6ayyISrb/mwPWVgoGdAqSfCWqKhQpa3D5gDTcYD+w7ObiheZ81g==", "dev": true, "license": "MIT", "dependencies": { @@ -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.8", + "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.2.8.tgz", + "integrity": "sha512-27vTLJ6Q2370obOd0PFYoYoKnmXJ521uUIedrs3Zhhhg/8YG10VOCMmwt+JQslatpAMTDbnWiitLnoD5VlIvog==", "dev": true, "license": "MIT", "dependencies": { "@volar/typescript": "2.4.28", - "@vue/language-core": "3.2.7" + "@vue/language-core": "3.2.8" }, "bin": { "vue-tsc": "bin/vue-tsc.js" diff --git a/gatepilot-console/package.json b/gatepilot-console/package.json index 59300d9..a06205f 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.8" } }