From 77b019f96789538a69a002c17990136c7ff231a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 03:19:01 +0000 Subject: [PATCH] Bump typescript from 3.6.3 to 3.8.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 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.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index df5bc7a..2fce32f 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.8.2" }, "dependencies": { "graylog2": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..9504323 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.8.2: + version "3.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a" uglify-js@^3.1.4: version "3.5.11"