From 9049c122ed4f2234f7b9585056722fec8f96cd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:05:12 +0000 Subject: [PATCH] Bump typescript from 5.3.3 to 5.9.3 in /client Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 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/v5.3.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ab4e0d7..c43b46f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "^5.1.3", "mocha": "^10.6.0", "ts-mocha": "^10.0.0", - "typescript": "5.3.3", + "typescript": "5.9.3", "vscode-test": "^1.6.1" }, "engines": { @@ -4540,10 +4540,11 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "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" diff --git a/client/package.json b/client/package.json index a87a257..0c17433 100644 --- a/client/package.json +++ b/client/package.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "^5.1.3", "mocha": "^10.6.0", "ts-mocha": "^10.0.0", - "typescript": "5.3.3", + "typescript": "5.9.3", "vscode-test": "^1.6.1" } } \ No newline at end of file