From b0cd9e0e77aa947df2bc229ee3d8ac4f269034ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 04:41:20 +0000 Subject: [PATCH] Bump typescript from 2.9.2 to 3.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.9.2 to 3.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.9.2...v3.9.5) 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..c526426 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.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", + "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", "dev": true }, "uri-js": { diff --git a/package.json b/package.json index 43a56c9..16e5a33 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.5", "vscode": "^1.1.36" } }