From 4ef86f126e6733b1df46944cfddbc2c49cc0b12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:02:13 +0000 Subject: [PATCH] Bump typescript from 5.9.3 to 6.0.3 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] --- packages/coriolis/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/coriolis/package.json b/packages/coriolis/package.json index 7e548b9d..ebf7dbbf 100644 --- a/packages/coriolis/package.json +++ b/packages/coriolis/package.json @@ -85,7 +85,7 @@ "ts-loader": "^9.5.7", "typedoc": "^0.28.19", "typedoc-plugin-merge-modules": "^7.0.0", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "webpack": "^5.106.2", "webpack-bundle-analyzer": "^5.3.0", "webpack-cli": "^7.0.2", diff --git a/yarn.lock b/yarn.lock index f83a2ffc..e7de3216 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7036,10 +7036,10 @@ typedoc@^0.28.19: minimatch "^10.2.5" yaml "^2.8.3" -typescript@^5.9.3: - version "5.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" - integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== +typescript@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" + integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== ua-parser-js@^0.7.30: version "0.7.40"