From 5459071c5e068021641f5717d55da19e5b877994 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 09:30:39 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 3.7.5 to 3.8.2 (#103) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 3.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8bcd29..80a3f6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9960,9 +9960,9 @@ } }, "typescript": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", - "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.2.tgz", + "integrity": "sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==", "dev": true }, "typescript-formatter": { diff --git a/package.json b/package.json index e03a699..ea054b8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jest-runtime": "^25.1.0", "prettier": "^1.19.1", "ts-jest": "^25.2.1", - "typescript": "^3.7.5", + "typescript": "^3.8.2", "typescript-formatter": "^7.2.2" } }