From 266737e6a1f8d918f7c1196b09f0e5ca16db81c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:56:18 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.2.2 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.2.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2794c4a..9684bf2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "change-case": "^4.1.2", "commander": "^10.0.0", "graphql": "^16.5.0", - "typescript": "^5.0.4" + "typescript": "^6.0.3" }, "resolutions": { "minimist": "^1.2.6" diff --git a/yarn.lock b/yarn.lock index 85f96ea..a8e14bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1185,9 +1185,9 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^5.0.4: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" +typescript@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" uglify-js@^3.1.4: version "3.17.2"