From f77e814adf2fe003d5a34d18d7c8d02864ff8a0a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 06:38:39 +0000 Subject: [PATCH] Bump typescript from 3.8.3 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...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 78d98ef..e72879e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "@types/glob": "^7.1.1", "@types/node": "^13.9.1", "@types/yargs": "^15.0.4", - "typescript": "^3.8.3" + "typescript": "^4.3.3" } } diff --git a/yarn.lock b/yarn.lock index 53d9dc2..4ef4205 100644 --- a/yarn.lock +++ b/yarn.lock @@ -283,10 +283,10 @@ strip-ansi@^6.0.0: dependencies: ansi-regex "^5.0.0" -typescript@^3.8.3: - version "3.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" - integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== +typescript@^4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a" + integrity sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA== uglify-js@^3.1.4: version "3.8.0"