From 0183e4754b282de809207aa85b9decd910aef31b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 21:13:15 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.2.2. - [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 20f2f1e..3f44278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -980,9 +980,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", + "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", "dev": true }, "underscore": { diff --git a/package.json b/package.json index b5407a1..35b5c06 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "glob": "^7.1.6", "mocha": "^6.2.3", "tslint": "^5.20.1", - "typescript": "^3.9.7", + "typescript": "^4.2.2", "vscode-test": "^1.4.0" }, "engines": {