From 1f67684cf767a7387371da3a6bab4fcf41b2328f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:02:40 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2b4da490b..f1d217b745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "prettier-package-json": "^2.8.0", "react-scripts": "5.0.1", "tslint": "^6.1.3", - "typescript": "^4.8.4" + "typescript": "^5.9.3" }, "engines": { "node": ">=18 <19" @@ -23228,16 +23228,17 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typy": { diff --git a/package.json b/package.json index d322332055..44d8d84427 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prettier-package-json": "^2.8.0", "react-scripts": "5.0.1", "tslint": "^6.1.3", - "typescript": "^4.8.4" + "typescript": "^5.9.3" }, "engines": { "node": ">=18 <19"