From 076cd784d63df37c8f4e440fc264d09c5a5a73e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 05:12:42 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 4.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 811e164..5adfa24 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "jest": "26.0.1", "prettier": "2.0.5", "tslib": "2.0.0", - "typescript": "3.9.5" + "typescript": "4.2.2" } } diff --git a/yarn.lock b/yarn.lock index afa85d5..b25fe6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4154,10 +4154,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@3.9.5: - version "3.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36" - integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ== +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== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"