diff --git a/package.json b/package.json index acfbc7a2..48f716cf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mocha": "10.2.0", "nock": "13", "nyc": "^15.1.0", - "typescript": "^4.3.5" + "typescript": "^5.0.2" }, "scripts": { "build": "yarn run build:clean && yarn run build:transpile && yarn run build:types", diff --git a/yarn.lock b/yarn.lock index 14aab339..05e76789 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5423,9 +5423,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.3.5: - version "4.3.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" +typescript@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== unbox-primitive@^1.0.1: version "1.0.1"