From ab8680e185ba1d4648de17c2b3703ff1d9278356 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 05:34:01 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 3.9.7 to 4.3.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.3.4) 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 4d92246..e7f3fa6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ava": "^3.7.0", "eslint-config-steelbrain": "^9.0.1", "ts-node": "^8.8.2", - "typescript": "^3.8.3" + "typescript": "^4.3.4" }, "dependencies": {}, "ava": { diff --git a/yarn.lock b/yarn.lock index 04b724b..2ae7066 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2873,10 +2873,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.8.3: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc" + integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew== unique-string@^2.0.0: version "2.0.0"