diff --git a/package.json b/package.json index bfb1af8c..db8e8018 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mocha": "10.4.0", "nock": "13", "nyc": "^15.1.0", - "typescript": "^4.3.5" + "typescript": "^5.4.4" }, "scripts": { "build": "yarn run build:clean && yarn run build:transpile && yarn run build:types", diff --git a/yarn.lock b/yarn.lock index 3ad63104..8803b71b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5475,9 +5475,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.4.4: + version "5.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952" + integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw== unbox-primitive@^1.0.1: version "1.0.1"