From 867a8a37c6d6f3aac0c0353ed3fdfadbe88d526c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:24:38 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 3.1.6 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.6 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.1.6...v4.3.3) 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..52dd5e6 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.3", "webpack": "^5.9.0", "webpack-cli": "^3.3.12" }, diff --git a/yarn.lock b/yarn.lock index 3666677..0d19e1a 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.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a" + integrity sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA== union-value@^1.0.0: version "1.0.0"