From a87cfcff78954c60ea0a23fe3fa4cf8cc5b2e3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 10:26:52 -0400 Subject: [PATCH] Bump typescript from 4.2.3 to 4.2.4 (#663) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 451ff55c..742be0fd 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "prettier": "2.2.1", "rimraf": "3.0.2", "ts-jest": "26.5.4", - "typescript": "4.2.3" + "typescript": "4.2.4" } } diff --git a/yarn.lock b/yarn.lock index 34ee924a..7543031d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4041,9 +4041,9 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" +typescript@4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" union-value@^1.0.0: version "1.0.1"