From ee8ec7c12c0b7a1385908126d0ff782b6adcbfaa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 04:43:16 +0000 Subject: [PATCH] Bump typescript from 2.9.2 to 3.9.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.9.2 to 3.9.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.9.2...v3.9.2) 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..3f1bd0a 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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz", + "integrity": "sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==", "dev": true }, "uri-js": { diff --git a/package.json b/package.json index 43a56c9..4486812 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.2", "vscode": "^1.1.36" } }