From e1aff58a7d58de376329abe4099424f49355be57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 09:32:19 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /tests/client_parity_tests Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/client_parity_tests/package.json | 2 +- tests/client_parity_tests/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/client_parity_tests/package.json b/tests/client_parity_tests/package.json index 69b181d1..fe96e1aa 100644 --- a/tests/client_parity_tests/package.json +++ b/tests/client_parity_tests/package.json @@ -16,7 +16,7 @@ "@types/node": "^25.6.0", "jest": "^30.3.0", "ts-jest": "^29.4.9", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "ts-node": "^10.0.0" }, "jest": { diff --git a/tests/client_parity_tests/yarn.lock b/tests/client_parity_tests/yarn.lock index cc63fdcd..11e6630e 100644 --- a/tests/client_parity_tests/yarn.lock +++ b/tests/client_parity_tests/yarn.lock @@ -2579,10 +2579,10 @@ type-fest@^4.41.0: resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA== -typescript@^5.9.3: - version "5.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" - integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== +typescript@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" + integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== uglify-js@^3.1.4: version "3.19.3"