From 8f8fb404d64c2cad89e23e4175b013a0279d51a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 29 Nov 2018 20:10:09 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 3.1.6 to 3.2.1 (#125) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.6 to 3.2.1. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bab98f8..7c85891 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "merge2": "^1.2.3", "tslint": "^5.11.0", "tslint-config-fire": "^1.0.1", - "typescript": "^3.1.6", + "typescript": "^3.2.1", "vscode": "^1.1.22" }, "engines": { diff --git a/yarn.lock b/yarn.lock index af2b260..00c1dff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3193,10 +3193,10 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0: resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= -typescript@^3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68" - integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA== +typescript@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.1.tgz#0b7a04b8cf3868188de914d9568bd030f0c56192" + integrity sha512-jw7P2z/h6aPT4AENXDGjcfHTu5CSqzsbZc6YlUIebTyBAq8XaKp78x7VcSh30xwSCcsu5irZkYZUSFP1MrAMbg== unc-path-regex@^0.1.2: version "0.1.2"