From ee455ac00c416e4759ba4b8fbcb885ffe3ddc7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:54:40 +0000 Subject: [PATCH] chore(lapis-e2e): bump typescript from 5.9.3 to 6.0.2 in /lapis-e2e Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lapis-e2e/package-lock.json | 8 ++++---- lapis-e2e/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lapis-e2e/package-lock.json b/lapis-e2e/package-lock.json index b09232fb5..196c51f97 100644 --- a/lapis-e2e/package-lock.json +++ b/lapis-e2e/package-lock.json @@ -18,7 +18,7 @@ "mocha": "^11.7.5", "prettier": "^3.8.1", "tsx": "^4.21.0", - "typescript": "^5.9.3" + "typescript": "^6.0.2" } }, "node_modules/@borewit/text-codec": { @@ -2742,9 +2742,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/lapis-e2e/package.json b/lapis-e2e/package.json index ee777d4ad..5831cd486 100644 --- a/lapis-e2e/package.json +++ b/lapis-e2e/package.json @@ -30,6 +30,6 @@ "mocha": "^11.7.5", "prettier": "^3.8.1", "tsx": "^4.21.0", - "typescript": "^5.9.3" + "typescript": "^6.0.2" } }