From 4e52d7e5d020358311f8a7f5747236e35c50187b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 11:16:47 +0000 Subject: [PATCH] Bump typescript from 3.7.4 to 3.9.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 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 dfee776..acd100a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -865,9 +865,9 @@ } }, "typescript": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz", - "integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", + "integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==", "dev": true }, "vscode-test": { diff --git a/package.json b/package.json index 3ba6e71..d56249c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/vscode": "^1.30.0", "glob": "^7.1.6", "mocha": "^6.2.2", - "typescript": "^3.7.4", + "typescript": "^3.9.6", "tslint": "^5.20.1", "vscode-test": "^1.3.0" }