From 82c970ba64e14b9e6b3de277721e42bbaac6a965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:52:31 +0000 Subject: [PATCH] feat: 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa300b0..5bc0390 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "shx": "0.3.4", "ts-jest": "^29.2.5", "tsx": "^4.19.2", - "typescript": "5.2.2" + "typescript": "6.0.3" }, "engines": { "node": ">=20.19.0" @@ -11001,9 +11001,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 2e80972..315ce28 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "shx": "0.3.4", "ts-jest": "^29.2.5", "tsx": "^4.19.2", - "typescript": "5.2.2" + "typescript": "6.0.3" }, "lint-staged": { "src/**/*.ts": [