From 6885a5274d82299828333c7712ab6d9fe566f9c1 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:29:25 +0000 Subject: [PATCH] Bump typescript from 4.2.4 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...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 35a2d76..1ea4d21 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "prettier": "2.2.1", "ts-node": "9.1.1", "tsconfig-paths": "^3.9.0", - "typescript": "4.2.4" + "typescript": "4.3.3" } } diff --git a/yarn.lock b/yarn.lock index a0003d4..7bfbd22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1787,10 +1787,10 @@ typedoc@^0.20.36: shiki "^0.9.3" typedoc-default-themes "^0.12.10" -typescript@4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== +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.13.7"