From 5e78be4e714536fd60ed50fb673cac0c480e6d3c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 23 Aug 2020 06:58:46 +0000 Subject: [PATCH] Update dependency typescript to v3.9.7 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c7c9f4f..9d9d9e3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "rimraf": "2.6.3", "tslint": "5.12.1", - "typescript": "3.2.4" + "typescript": "3.9.7" }, "dependencies": { "@types/node": "^10.0.0" diff --git a/yarn.lock b/yarn.lock index 4cf2855..25b3c77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -242,9 +242,10 @@ tsutils@^2.27.2: dependencies: tslib "^1.8.1" -typescript@3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d" +typescript@3.9.7: + version "3.9.7" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" + integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== wrappy@1: version "1.0.2"