From 5c7c749f1666a730a2150f146eff077a05415094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 09:05:15 -0500 Subject: [PATCH] build(deps-dev): bump typescript from 3.8.3 to 3.9.6 (#51) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e81c59..155bb34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2142,9 +2142,9 @@ "dev": true }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", + "integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==", "dev": true }, "universal-user-agent": { diff --git a/package.json b/package.json index 5d1cc15..4418eee 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-simple-import-sort": "^5.0.2", "prettier": "^1.19.1", - "typescript": "^3.8.3" + "typescript": "^3.9.6" } }