From a860a46a310254de7812d65a08183f6197ea7312 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:16:42 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 4.0.2 to 4.3.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...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 82e1945..bfad4e4 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "dependencies": { "canvas": "^2.6.1", "dotenv": "^8.2.0", - "typescript": "^4.0.2" + "typescript": "^4.3.4" } } diff --git a/yarn.lock b/yarn.lock index f9a307e..117fa2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1173,10 +1173,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2" - integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== +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== undefsafe@^2.0.2: version "2.0.3"