From 9bfa8e42600b3da0e92306607880793c74d8f1a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:12:51 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 ++++++++++++++++++++++++++++++++----- tshtml-loader/package.json | 2 +- tshtml/package.json | 2 +- 3 files changed, 34 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86e3a81..1f1183f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4972,6 +4972,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -5370,13 +5371,13 @@ } }, "tshtml": { - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { "htmlparser2": "^10.1.0", "lodash": "^4.17.21", "ts-node": "^10.9.2", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "devDependencies": { "@types/jasmine": "^5.1.15", @@ -5389,14 +5390,14 @@ } }, "tshtml-loader": { - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { "lodash": "^4.17.21", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "tshtml": "^1.4.4", - "typescript": "^5.9.3" + "tshtml": "^1.4.5", + "typescript": "^6.0.2" }, "bin": { "tshtml-to-html": "dist/export-template.js" @@ -5411,6 +5412,19 @@ "tsx": "^4.21.0" } }, + "tshtml-loader/node_modules/typescript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "tshtml/node_modules/diff": { "version": "8.0.3", "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", @@ -5420,6 +5434,19 @@ "engines": { "node": ">=0.3.1" } + }, + "tshtml/node_modules/typescript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } } } } diff --git a/tshtml-loader/package.json b/tshtml-loader/package.json index 50cb472..ff1faa4 100644 --- a/tshtml-loader/package.json +++ b/tshtml-loader/package.json @@ -53,7 +53,7 @@ "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "tshtml": "^1.4.5", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "overrides": { "diff": "^8.0.3" diff --git a/tshtml/package.json b/tshtml/package.json index c64bb11..6c74f64 100644 --- a/tshtml/package.json +++ b/tshtml/package.json @@ -47,7 +47,7 @@ "htmlparser2": "^10.1.0", "lodash": "^4.17.21", "ts-node": "^10.9.2", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "overrides": { "diff": "^8.0.3"