diff --git a/package.json b/package.json index 724d98e8..8c793902 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mocha": "10.3.0", "nock": "13", "nyc": "^15.1.0", - "typescript": "^4.3.5" + "typescript": "^5.4.2" }, "scripts": { "build": "yarn run build:clean && yarn run build:transpile && yarn run build:types", diff --git a/yarn.lock b/yarn.lock index e9e2030f..54fe1c79 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.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" + integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== unbox-primitive@^1.0.1: version "1.0.1"