From 74a933b0f56ade58bc2820d7d943fcf439f3109b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:04:42 +0000 Subject: [PATCH] build(deps): bump typescript from 5.9.3 to 7.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +-------------- packages/quicktype-typescript-input/package.json | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3779d165a4..7990282f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10369,7 +10369,7 @@ "license": "Apache-2.0", "dependencies": { "quicktype-core": "file:../quicktype-core", - "typescript": "5.9.3", + "typescript": "7.0.2", "typescript-json-schema": "0.67.4" }, "devDependencies": { @@ -10379,19 +10379,6 @@ "node": ">=20.0.0" } }, - "packages/quicktype-typescript-input/node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "packages/quicktype-vscode": { "name": "quicktype", "version": "24.0.0", diff --git a/packages/quicktype-typescript-input/package.json b/packages/quicktype-typescript-input/package.json index 65e32e6c6c..82268513ba 100644 --- a/packages/quicktype-typescript-input/package.json +++ b/packages/quicktype-typescript-input/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "quicktype-core": "file:../quicktype-core", - "typescript": "5.9.3", + "typescript": "7.0.2", "typescript-json-schema": "0.67.4" }, "devDependencies": {