From c7af0e5b74510b1233c763b9dc2529b98e958660 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 13:31:13 +0000 Subject: [PATCH] Build(deps-dev): Bump typescript from 4.1.2 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.2...v4.3.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 217a6b0..8c0cdc5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "jest": "^23.6.0", "regenerator-runtime": "^0.13.7", "ts-jest": "^23.10.5", - "typescript": "^4.1.2" + "typescript": "^4.3.3" }, "scripts": { "test": "jest --coverage", diff --git a/yarn.lock b/yarn.lock index ba5a8b8..eae7559 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3613,9 +3613,9 @@ type-check@~0.3.2: dependencies: prelude-ls "~1.1.2" -typescript@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" +typescript@^4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a" uglify-js@^3.1.4: version "3.10.0"