From 4732c90021dca718c6a2772a9b2c0464fbe86f9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 06:09:23 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.6.2 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.2 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.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 4d4fb45..1043325 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5070,9 +5070,9 @@ } }, "typescript": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.2.tgz", - "integrity": "sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index c0b40c7..ded589a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jest": "^24.8.0", "ts-jest": "^24.0.2", "tslint": "^5.17.0", - "typescript": "^3.5.1" + "typescript": "^4.3.5" }, "dependencies": { "execa": "^2.0.3",