From 0d8d5e84b2cd1daa7ee97945501034bbe7b0dbaf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 04:04:25 +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/compare/v3.9.7...v4.2.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 c44004d..6eb0cc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25706,9 +25706,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 }, "unbzip2-stream": { diff --git a/package.json b/package.json index 666af1f..bae3c4e 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,6 @@ "jest": "^26.4.2", "prettier": "2.0.5", "react-test-renderer": "^16.13.1", - "typescript": "^3.9.7" + "typescript": "^4.2.2" } }