From 2e96fc32b6f69aa0092d1687c20e1a7cb70f6fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 07:01:56 +0000 Subject: [PATCH] build(deps-dev): Bump typescript from 5.4.2 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.4.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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fa616b..0f98d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/semver": "^7.5.8", "@vercel/ncc": "^0.38.1", "prettier": "^3.2.5", - "typescript": "^5.4.2" + "typescript": "^6.0.3" } }, "node_modules/@actions/cache": { @@ -1338,10 +1338,11 @@ } }, "node_modules/typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index f00c5bf..af938b8 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@types/semver": "^7.5.8", "@vercel/ncc": "^0.38.1", "prettier": "^3.2.5", - "typescript": "^5.4.2" + "typescript": "^6.0.3" } }