From 5dc80799954fb55564609498d84771d0828a9426 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 10:53:16 -0500 Subject: [PATCH] Bump typescript from 3.7.2 to 3.7.3 (#73) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v3.7.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0b143380..1ad3b224 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "prettier": "^1.19.1", "ts-jest": "^24.2.0", "tslint": "^5.20.0", - "typescript": "^3.7.2" + "typescript": "^3.7.3" } } diff --git a/yarn.lock b/yarn.lock index 9dd4768f..2891d299 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3133,9 +3133,9 @@ type-check@~0.3.2: dependencies: prelude-ls "~1.1.2" -typescript@^3.7.2: - version "3.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb" +typescript@^3.7.3: + version "3.7.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69" uglify-js@^3.1.4: version "3.6.8"