From 9ad66c3122c131bbe632503c25779a26c85405b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:45:00 +0000 Subject: [PATCH] Bump typescript from 6.0.2 to 6.0.3 in /xcode-select in the npm group Bumps the npm group in /xcode-select with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- xcode-select/package-lock.json | 8 ++++---- xcode-select/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xcode-select/package-lock.json b/xcode-select/package-lock.json index a84dd13..8578752 100644 --- a/xcode-select/package-lock.json +++ b/xcode-select/package-lock.json @@ -20,7 +20,7 @@ "rollup": "^4.60.1", "ts-jest": "^29.4.9", "ts-jest-resolver": "^2.0.1", - "typescript": "^6.0.2" + "typescript": "^6.0.3" } }, "node_modules/@actions/core": { @@ -5322,9 +5322,9 @@ } }, "node_modules/typescript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", - "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "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": { diff --git a/xcode-select/package.json b/xcode-select/package.json index a1eabbb..f7b0c19 100644 --- a/xcode-select/package.json +++ b/xcode-select/package.json @@ -22,6 +22,6 @@ "rollup": "^4.60.1", "ts-jest": "^29.4.9", "ts-jest-resolver": "^2.0.1", - "typescript": "^6.0.2" + "typescript": "^6.0.3" } }