From 5bcab487044a65f83c2bfa5a84d05e5bccc414ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:23:53 +0000 Subject: [PATCH] build(deps-dev): 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] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04c9cd8..ef6e4bb 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "eslint": "^9.26.0", "eslint-plugin-github": "^6.0.0", "prettier": "^3.6.2", - "typescript": "^5.4.0" + "typescript": "^6.0.3" } } diff --git a/yarn.lock b/yarn.lock index 3fa5166..835ee33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2223,11 +2223,16 @@ typescript-eslint@^8.14.0: "@typescript-eslint/typescript-estree" "8.59.2" "@typescript-eslint/utils" "8.59.2" -typescript@^5.4.0, typescript@^5.7.3: +typescript@^5.7.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== + unbox-primitive@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz#8d9d2c9edeea8460c7f35033a88867944934d1e2"