From f2fb8657515c1eaf1b7bd0f51dd8429d5caef43c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 06:10:13 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.6.2 to 4.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.2 to 4.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.2...v4.1.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..f861b9c 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.1.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", + "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index c0b40c7..ea8b74d 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.1.5" }, "dependencies": { "execa": "^2.0.3",