From d5f14223b12bde0a90095e5ff37371130b036e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 00:17:40 +0000 Subject: [PATCH] Bump typescript from 4.0.5 to 4.0.8 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.0.8) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b24057..f626254 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "2.1.2", "ts-node": "9.1.0", "typedoc": "0.19.2", - "typescript": "4.0.5" + "typescript": "4.0.8" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index 473d530..8b112e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1567,10 +1567,10 @@ typedoc@0.19.2: shelljs "^0.8.4" typedoc-default-themes "^0.11.4" -typescript@4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389" - integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== +typescript@4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.8.tgz#5739105541db80a971fdbd0d56511d1a6f17d37f" + integrity sha512-oz1765PN+imfz1MlZzSZPtC/tqcwsCyIYA8L47EkRnRW97ztRk83SzMiWLrnChC0vqoYxSU1fcFUDA5gV/ZiPg== uglify-js@^3.1.4: version "3.11.6"