From 1d5b125f4ba61b992e3ce8bcec0003a7e100b284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:46:45 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 6.0.3 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] --- package-lock.json | 10 +++++----- package.json | 2 +- webapp/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d0c4e5f4..6b7197b34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "10", "eslint-plugin-cypress": "6", "eslint-plugin-vue": "10", - "typescript": "5", + "typescript": "6", "typescript-eslint": "8" } }, @@ -12826,9 +12826,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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { @@ -13950,7 +13950,7 @@ "jsdom": "29", "start-server-and-test": "3", "tailwindcss": "4", - "typescript": "5", + "typescript": "6", "vite": "8", "vite-plugin-node-polyfills": "0.26", "vue-tsc": "3", diff --git a/package.json b/package.json index cd6730fd9..ff3654049 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "10", "eslint-plugin-cypress": "6", "eslint-plugin-vue": "10", - "typescript": "5", + "typescript": "6", "typescript-eslint": "8" } } diff --git a/webapp/package.json b/webapp/package.json index 84ff83644..fa43fbbb4 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -41,7 +41,7 @@ "jsdom": "29", "start-server-and-test": "3", "tailwindcss": "4", - "typescript": "5", + "typescript": "6", "vite": "8", "vite-plugin-node-polyfills": "0.26", "vue-tsc": "3",