From 6e4dbb1d0122b285e8751ff96d110793abd73300 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 04:43:15 +0000 Subject: [PATCH] Bump typescript from 2.9.2 to 4.3.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.9.2 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.9.2...v4.3.4) 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..77f7940 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": "4.3.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", + "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", "dev": true }, "uri-js": { diff --git a/package.json b/package.json index 43a56c9..e270c05 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": "^4.3.4", "vscode": "^1.1.36" } }