From 690c49f7213807587de86faf115854f70aa65c10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 10:51:49 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.8.3 to 3.9.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.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 1042d9f..075a243 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "ts-jest": "^25.5.1", - "typescript": "^3.8.3" + "typescript": "^3.9.3" }, "husky": { "hooks": { diff --git a/yarn.lock b/yarn.lock index cfe93b0..1c3693b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5568,10 +5568,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.8.3: - version "3.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" - integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== +typescript@^3.9.3: + version "3.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a" + integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ== union-value@^1.0.0: version "1.0.1"