From 3bd849d6779922da8ff547fecf22a955b630f26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 08:51:31 -0500 Subject: [PATCH] Bump typescript from 3.9.7 to 3.9.8 (#598) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 3.9.8. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v3.9.8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f28d5fb6..6e8b1c38 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "prettier": "2.2.1", "rimraf": "^3.0.2", "ts-jest": "25.5.1", - "typescript": "3.9.7" + "typescript": "3.9.8" } } diff --git a/yarn.lock b/yarn.lock index b4dcb52b..2a5c0ebc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4718,9 +4718,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" +typescript@3.9.8: + version "3.9.8" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.8.tgz#7d937ba4e4044af7fa83d127b982f8f61ca816a4" + integrity sha512-nDbnFkUZZjkQ92qwKX+C+jtk4OGfU8H9toSEs3uAsl8cxLjG2sqQm6leF/pLWvm9FAEJ6KHkYMAbHYaY2ITeVg== union-value@^1.0.0: version "1.0.1"