From bdfd89b4e612663747e1de35df06fb13012d8741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:18:09 +0000 Subject: [PATCH] Bump typescript from 5.3.3 to 5.9.2 in /client Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 5.9.2. - [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.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 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..5019ea7 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.2", "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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "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..264e3c2 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.2", "vscode-test": "^1.6.1" } } \ No newline at end of file