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"