diff --git a/package.json b/package.json index 19737417..aaf6b2e3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "supertest": "^4.0.2", "ts-jest": "^26.3.0", "ts-node-dev": "^1.0.0-pre.63", - "typescript": "^3.9.7" + "typescript": "^4.3.5" }, "engines": { "node": "12.x.x" diff --git a/yarn.lock b/yarn.lock index 372ea75b..33e24c72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9694,10 +9694,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== typescript@~3.8.2: version "3.8.3"