From cfc58803ad121caaa5ca225a901136b7545fff58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 18 Jan 2019 16:30:50 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 3.2.2 to 3.2.4 (#154) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.2 to 3.2.4. - [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 bc25888..75dc35a 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "merge2": "^1.2.3", "tslint": "^5.12.1", "tslint-config-fire": "^1.0.1", - "typescript": "^3.2.2", + "typescript": "^3.2.4", "vscode": "^1.1.26" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 316ddbe..f83bd12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3435,10 +3435,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -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.2.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d" + integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg== unc-path-regex@^0.1.2: version "0.1.2"