diff --git a/package.json b/package.json
index 1aba464..4563ec1 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
     "lint-staged": "^13.0.0",
     "prettier": "^2.5.1",
     "typedoc": "^0.23.0",
-    "typescript": "^4.2.4"
+    "typescript": "^5.0.0"
   },
   "scripts": {
     "build": "tsc",
diff --git a/yarn.lock b/yarn.lock
index e34c074..5822793 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1266,10 +1266,10 @@ typedoc@^0.23.0:
     minimatch "^5.1.0"
     shiki "^0.10.1"
 
-typescript@^4.2.4:
-  version "4.5.2"
-  resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz"
-  integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
+typescript@^5.0.0:
+  version "5.0.2"
+  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
+  integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
 
 uri-js@^4.2.2:
   version "4.4.1"