From faabfb4300a0b57f10051ae8d0f8761377887619 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 03:15:43 +0000 Subject: [PATCH] Bump typescript from 3.6.3 to 3.9.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.9.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.9.2) 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..b73445c 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.9.2" }, "dependencies": { "graylog2": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..b84b057 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.9.2: + version "3.9.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9" uglify-js@^3.1.4: version "3.5.11"