From 2fe0c2f92ca1a237a574e517166d0e8f044bd18f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 11:23:02 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 3.1.6 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.6 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.1.6...v4.3.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 20e212a..d1de1ca 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "ts-loader": "^5.3.1", "tslint": "~5.7.0", "tslint-config-prettier": "~1.9.0", - "typescript": "~3.1.2", + "typescript": "~4.3.5", "webpack": "^5.9.0", "webpack-cli": "^3.3.12" }, diff --git a/yarn.lock b/yarn.lock index 3666677..02ef995 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2575,10 +2575,10 @@ tsutils@^2.8.1: dependencies: tslib "^1.8.1" -typescript@~3.1.2: - version "3.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68" - integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA== +typescript@~4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== union-value@^1.0.0: version "1.0.0"