diff --git a/package.json b/package.json index e44f7318740..ae2efc7127d 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "typedoc": "0.25.13", "typedoc-plugin-markdown": "3.16.0", "typedoc-plugin-rename-defaults": "0.7.0", - "typescript": "5.4.5", + "typescript": "5.6.3", "weak-napi": "2.0.2" }, "resolutions": { diff --git a/website/package.json b/website/package.json index 814b3b29e74..c190a98f03f 100644 --- a/website/package.json +++ b/website/package.json @@ -19,6 +19,6 @@ "@theguild/tailwind-config": "0.5.0", "@types/node": "20.16.11", "@types/react": "18.3.11", - "typescript": "5.4.5" + "typescript": "5.6.3" } } diff --git a/yarn.lock b/yarn.lock index 3668baa5ab7..0265bb7a20a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12193,10 +12193,10 @@ typedoc@0.25.13: minimatch "^9.0.3" shiki "^0.14.7" -typescript@5.4.5: - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== ua-parser-js@^1.0.35: version "1.0.38"