diff --git a/package.json b/package.json index 0737e6b..1f8e8b8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prettier": "^2.8.3", "ts-jest": "^29.0.5", "type-coverage": "^2.24.1", - "typescript": "^4.9.4" + "typescript": "^5.0.0" }, "scripts": { "build": "tsc", diff --git a/yarn.lock b/yarn.lock index 3c40d53..5a01d69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3927,10 +3927,10 @@ typed-rest-client@~1.8.0: tunnel "0.0.6" underscore "^1.12.1" -typescript@^4.9.4: - version "4.9.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" - integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== +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== underscore@^1.12.1: version "1.13.6"