From 1ce547e1d7cc674bd7f7a42c38c5ec4d85231577 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 15:57:42 -0700 Subject: [PATCH] fix(deps-dev): bump typescript from 3.5.3 to 3.6.2 (#21) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 03dc4f5..8a244aa 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,6 @@ "nyc": "^14.1.1", "tmp-promise": "^2.0.2", "ts-mocha": "^6.0.0", - "typescript": "~3.5.0" + "typescript": "~3.6.2" } } diff --git a/yarn.lock b/yarn.lock index af51f3d..7651a3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5236,10 +5236,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~3.5.0: - version "3.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977" - integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g== +typescript@~3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54" + integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw== uglify-js@^3.1.4: version "3.6.0"