diff --git a/package.json b/package.json index 4d92246..8cab2d6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ava": "^3.7.0", "eslint-config-steelbrain": "^9.0.1", "ts-node": "^8.8.2", - "typescript": "^3.8.3" + "typescript": "^4.2.3" }, "dependencies": {}, "ava": { diff --git a/yarn.lock b/yarn.lock index 04b724b..764e7c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2873,10 +2873,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.8.3: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" + integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== unique-string@^2.0.0: version "2.0.0"