From fb2bb723da31dbe5362e22c9ee0958994071b6bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 19:32:57 +0000 Subject: [PATCH] Bump typescript from 3.8.3 to 3.9.7 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.7. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.7) 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 c6c44c5..919718b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jest": "^25.5.3", "react-axe": "^3.4.1", "ts-jest": "^25.4.0", - "typescript": "^3.8.3", + "typescript": "^3.9.7", "webpack-dev-server": "^3.10.3" } } diff --git a/yarn.lock b/yarn.lock index d8d4215..6d44775 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5728,9 +5728,9 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^3.8.3: - version "3.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" +typescript@^3.9.7: + version "3.9.7" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" uglify-js@3.4.x: version "3.4.10"