From 4e8a99d99eb0a5375503d6c8e31cdeb1fcac6020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:56:39 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.4.5 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.4.5...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-lock.json | 15 +++++++-------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91154f2..ada79e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "MIT", "dependencies": { "ctrf": "^0.2.0", - "typescript": "^5.4.5", "yargs": "^18.0.0" }, "bin": { @@ -19,7 +18,7 @@ "devDependencies": { "@types/node": "^25.5.0", "@types/yargs": "^17.0.32", - "typescript": "^5.4.5" + "typescript": "^6.0.3" } }, "node_modules/@types/node": { @@ -318,9 +317,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -569,9 +568,9 @@ } }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true }, "undici-types": { diff --git a/package.json b/package.json index d2bb405..1447970 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,12 @@ "license": "MIT", "dependencies": { "ctrf": "^0.2.0", - "typescript": "^5.4.5", + "typescript": "^6.0.3", "yargs": "^18.0.0" }, "devDependencies": { "@types/node": "^25.5.0", "@types/yargs": "^17.0.32", - "typescript": "^5.4.5" + "typescript": "^6.0.3" } }