From ad97e9d90eea046d785b6f865ef353f2267b94e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 Nov 2020 20:55:10 +0000 Subject: [PATCH] Update dependency typescript to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 088b664..a88f1db 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-standard": "4.0.2", "ts-node": "9.0.0", "tslint": "6.1.3", - "typescript": "3.9.7" + "typescript": "4.0.5" }, "engines": { "yarn": "^1.0.0" diff --git a/yarn.lock b/yarn.lock index be384d1..36a3c56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3126,10 +3126,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.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389" + integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== uid2@0.0.3: version "0.0.3"