From c057860fac34fc7560ac10a70e327a61191c8601 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 10:07:05 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.2.2 to 3.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.2 to 3.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.2.2...v3.5.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3868f27..f8d80c7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "rimraf": "2.6.3", "ts-jest": "23.10.5", "tslint": "5.12.1", - "typescript": "3.2.2" + "typescript": "3.5.2" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index 8e3cd60..8318d8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3697,10 +3697,10 @@ type-check@~0.3.2: dependencies: prelude-ls "~1.1.2" -typescript@3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5" - integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg== +typescript@3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c" + integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA== uglify-js@^3.1.4: version "3.4.9"