From e4b1466deae05532915c1c9b30c83c793654ebd6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Nov 2020 13:24:49 +1100 Subject: [PATCH] [MISC] (deps): Bump typescript from 3.9.7 to 4.0.5 in /web (#1412) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.5) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index bc18c37a..2d4c39ff 100644 --- a/web/package.json +++ b/web/package.json @@ -36,7 +36,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^4.0.0", "react-test-renderer": "^16.14.0", - "typescript": "^3.9.7", + "typescript": "^4.0.5", "u2f-api": "^1.1.1" }, "scripts": { diff --git a/web/yarn.lock b/web/yarn.lock index 9aa62b30..064754cd 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -11593,10 +11593,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389" + integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== u2f-api@^1.1.1: version "1.1.1"