From 8a321b65b277c87f3a9d1bbf62dfc5dba0c83024 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 04:40:49 +0000 Subject: [PATCH] Bump typescript from 2.9.2 to 3.9.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.9.2 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] --- 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 b544945..c8a5a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -858,9 +858,9 @@ "dev": true }, "typescript": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", - "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", + "integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==", "dev": true }, "uri-js": { diff --git a/package.json b/package.json index 43a56c9..0a94b2d 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/mocha": "^2.2.42", "@types/node": "^7.0.43", "tslint": "^5.8.0", - "typescript": "^2.6.1", + "typescript": "^3.9.6", "vscode": "^1.1.36" } }