From dcb58673a8bd1f995778287fba398881ad0aa838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:37:52 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.4.2 to 5.9.3 in /js Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.2 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.4.2...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] --- js/package.json | 2 +- js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/package.json b/js/package.json index 4731eca..2f60910 100644 --- a/js/package.json +++ b/js/package.json @@ -15,7 +15,7 @@ "@types/webpack-env": "^1.18.4", "babel-loader": "^9.1.3", "ts-loader": "^9.5.1", - "typescript": "^5.4.2", + "typescript": "^5.9.3", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" } diff --git a/js/yarn.lock b/js/yarn.lock index 6bac916..c3affd9 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -1361,10 +1361,10 @@ ts-loader@^9.5.1: semver "^7.3.4" source-map "^0.7.4" -typescript@^5.4.2: - version "5.4.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" - integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== +typescript@^5.9.3: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== typo-js@*: version "1.2.0"