From 50461977fe164cb3f501f78b7c16bf75de345c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:29:45 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 6.0.2 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- webapp/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ea01e9c1..ffcb84c92 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" } }, @@ -12813,9 +12813,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": { @@ -13906,7 +13906,7 @@ "cors": "2", "express": "5", "express-ws": "5", - "uuid": "^14.0.0" + "uuid": "14" }, "devDependencies": { "@types/cors": "2", @@ -13949,7 +13949,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",