From b667ee1a50f571d2006262018b6621053c47a38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 12:37:07 +0000 Subject: [PATCH] deps(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /viewer Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.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] --- viewer/package-lock.json | 38 ++++---------------------------------- viewer/package.json | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/viewer/package-lock.json b/viewer/package-lock.json index 7a018ce..c0481ae 100644 --- a/viewer/package-lock.json +++ b/viewer/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@playwright/test": "^1.59.1", "@types/three": "^0.169.0", - "typescript": "^5.6.0", + "typescript": "^6.0.3", "vite": "^8.0.9" } }, @@ -190,9 +190,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -210,9 +207,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -230,9 +224,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -250,9 +241,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -270,9 +258,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -290,9 +275,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -626,9 +608,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -650,9 +629,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -674,9 +650,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -698,9 +671,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -954,9 +924,9 @@ "optional": true }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "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/viewer/package.json b/viewer/package.json index d74810f..d071630 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@playwright/test": "^1.59.1", "@types/three": "^0.169.0", - "typescript": "^5.6.0", + "typescript": "^6.0.3", "vite": "^8.0.9" } }