From f029f7d6faa5bbf29931f96b287712c676e62ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 1 Jan 2019 06:22:28 +0000 Subject: [PATCH] Bump typescript from 3.2.1 to 3.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.2.1...v3.2.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6703363a..d8c4e209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3952,9 +3952,9 @@ "dev": true }, "typescript": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.1.tgz", - "integrity": "sha512-jw7P2z/h6aPT4AENXDGjcfHTu5CSqzsbZc6YlUIebTyBAq8XaKp78x7VcSh30xwSCcsu5irZkYZUSFP1MrAMbg==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz", + "integrity": "sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==", "dev": true }, "union-value": {