From 8ffa8a978c5e7e793a5e77d37e798d7bb8424ea1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 03:52:24 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...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 c44004d..b0b41ab 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.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "unbzip2-stream": { diff --git a/package.json b/package.json index 666af1f..74c4a7b 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.3.5" } }