From dc4aefedb40b9f15ab69494aceabf6b0c315c3fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 03:26:25 +0000 Subject: [PATCH] Bump typescript from 3.6.3 to 3.7.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 df5bc7a..a31ba15 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "ts-jest": "^24.1.0", "tslint": "^5.16.0", "tslint-config-airbnb": "^5.11.2", - "typescript": "^3.6.3" + "typescript": "^3.7.2" }, "dependencies": { "graylog2": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..11639c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3271,9 +3271,9 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^3.4.3, typescript@^3.6.3: - version "3.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da" +typescript@^3.4.3, typescript@^3.7.2: + version "3.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb" uglify-js@^3.1.4: version "3.5.11"