From e3ced91d7917efd06c8361caa339ad6f2e12d238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:42:34 +0000 Subject: [PATCH] Bump typescript from 5.8.3 to 6.0.3 in /asr-studio Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- asr-studio/package-lock.json | 45 ++++-------------------------------- asr-studio/package.json | 2 +- 2 files changed, 5 insertions(+), 42 deletions(-) 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" } }