From 3d3c9f5d4837fb773b0228efc90f420e570a68ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:42:49 +0000 Subject: [PATCH] Chore(deps-dev): Bump typescript from 4.5.5 to 6.0.2 in /webroot Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.5.5 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.5.5...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] --- webroot/package.json | 2 +- webroot/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webroot/package.json b/webroot/package.json index 38a41f6d1..4bcb4741b 100644 --- a/webroot/package.json +++ b/webroot/package.json @@ -101,7 +101,7 @@ "stylelint-config-rational-order": "^0.1.2", "stylelint-config-standard": "^20.0.0", "stylelint-webpack-plugin": "^1.2.3", - "typescript": "~4.5.5" + "typescript": "~6.0.2" }, "resolutions": { "stylelint-config-rational-order/**/trim": "^0.0.3", diff --git a/webroot/yarn.lock b/webroot/yarn.lock index 039445a2a..e92e3a85a 100644 --- a/webroot/yarn.lock +++ b/webroot/yarn.lock @@ -12315,10 +12315,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@~4.5.5: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== +typescript@~6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f" + integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ== unbox-primitive@^1.0.0: version "1.0.1"