diff --git a/package.json b/package.json index 6a0e5e6e..8da4c668 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mocha": "10.5.2", "nock": "13.5.4", "nyc": "^15.1.0", - "typescript": "^4.3.5" + "typescript": "^5.7.2" }, "scripts": { "build": "yarn run build:clean && yarn run build:transpile && yarn run build:types", diff --git a/yarn.lock b/yarn.lock index 8b043843..41ba0279 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5287,9 +5287,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.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== unbox-primitive@^1.0.1: version "1.0.1"