From 2b71b0a3c47658b3df4214d000ccfc332fa4e8cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 05:37:17 +0000 Subject: [PATCH] Bump typescript from 3.9.2 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.2 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.2...v4.3.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 72c0db5..fff9e0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2069,9 +2069,9 @@ } }, "typescript": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz", - "integrity": "sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "uri-js": { diff --git a/package.json b/package.json index 527c2bf..239de3b 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "mocha": "^7.1.2", "tslint": "^6.1.2", "typemoq": "^2.1.0", - "typescript": "^3.9.2", + "typescript": "^4.3.5", "vscode": "^1.1.37" }, "dependencies": {