From 7071d93d0a5b9ccc9012fa0407a22660682f20ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 06:17:37 -0600 Subject: [PATCH] update: update dependency typescript to v3.8.3 (#105) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c10336..b320908 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "tslint-etc": "1.10.0", "tslint-microsoft-contrib": "6.2.0", "tslint-sonarts": "1.9.0", - "typescript": "3.8.2" + "typescript": "3.8.3" }, "peerDependencies": { "js-yaml": "^3.13.1" diff --git a/yarn.lock b/yarn.lock index ce958a8..6305759 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3796,10 +3796,10 @@ typedarray@^0.0.6: resolved "https://artifacts.apextoaster.com/repository/group-npm/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.8.2: - version "3.8.2" - resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a" - integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ== +typescript@3.8.3: + version "3.8.3" + resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" + integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== typescript@^3.0.0, typescript@~3.7.2: version "3.7.2"