From 55f6864b667055624a9f4bfb436bc870d0b89e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 04:07:41 +0000 Subject: [PATCH] Chore(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 | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a794332f..359035ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "prettier": "^3.8.1", "redis-memory-server": "^0.16.0", "stylelint-config-css-modules": "^4.6.0", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "typescript-plugin-css-modules": "^5.2.0", "vite": "^6.4.1", "vite-plugin-static-copy": "^4.0.0", @@ -17587,7 +17587,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.9.3", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index ae51104b..1626e6b8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "prettier": "^3.8.1", "redis-memory-server": "^0.16.0", "stylelint-config-css-modules": "^4.6.0", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "typescript-plugin-css-modules": "^5.2.0", "vite": "^6.4.1", "vite-plugin-static-copy": "^4.0.0",