From f4d55142816575778918d74bda82ee572e004300 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:27:46 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.2.2 (#8917) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d0d8c2bbc7..a1aecbf383 100644 --- a/package.json +++ b/package.json @@ -262,7 +262,7 @@ "strip-ansi": "6.0.0", "tmp-promise": "3.0.2", "type-fest": "0.21.2", - "typescript": "4.1.5" + "typescript": "4.2.2" }, "resolutions": { "jest-silent-reporter/jest-util": ">=25.1.0", diff --git a/yarn.lock b/yarn.lock index 82bde3d86c..4efc18a7e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11108,10 +11108,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" - integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== +typescript@4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c" + integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ== uc.micro@^1.0.1, uc.micro@^1.0.5: version "1.0.6" -- GitLab