diff --git a/asr-studio/package-lock.json b/asr-studio/package-lock.json index f37be34..f90744a 100644 --- a/asr-studio/package-lock.json +++ b/asr-studio/package-lock.json @@ -22,7 +22,7 @@ "prettier": "^3.8.3", "tailwindcss": "^3.4.17", "tsx": "^4.22.3", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "vite": "^6.2.0" } }, @@ -646,9 +646,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -663,9 +660,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -680,9 +674,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -697,9 +688,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -714,9 +702,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -731,9 +716,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -748,9 +730,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -765,9 +744,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -782,9 +758,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -799,9 +772,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -816,9 +786,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -833,9 +800,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -850,9 +814,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2683,7 +2644,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/asr-studio/package.json b/asr-studio/package.json index 3b45715..4e9dd5b 100644 --- a/asr-studio/package.json +++ b/asr-studio/package.json @@ -28,7 +28,7 @@ "prettier": "^3.8.3", "tailwindcss": "^3.4.17", "tsx": "^4.22.3", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "vite": "^6.2.0" } }