From 88fed16a4d158bf737f52b019c8676a858e1f717 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:21:11 +0000 Subject: [PATCH] Bump typescript from 3.7.4 to 4.0.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 4.0.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v4.0.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 969c452..79820ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1473,9 +1473,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "typescript": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz", - "integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", + "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 1001caa..bb3bd4b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "@nodegui/nodegui": "^0.15.5", "@types/node": "^12.12.5", "rimraf": "^3.0.0", - "typescript": "^3.6.4" + "typescript": "^4.0.5" } }