From 036f7b1888aa62865284a7f8a6faa9bc802566f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:48:37 +0000 Subject: [PATCH] Bump typescript from 3.7.4 to 4.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 4.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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..298fcb3 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.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 1001caa..f5d7ed7 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.1.3" } }