From 26ce54fb63f938b1f7a89fcae01349324c5cf41d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 20:13:13 +0000 Subject: [PATCH] Bump typescript from 3.6.3 to 4.1.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 4.1.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v4.1.4) 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 472cfdd..b4c7768 100644 --- a/package-lock.json +++ b/package-lock.json @@ -809,9 +809,9 @@ } }, "typescript": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", - "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", + "integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==", "dev": true }, "uglify-es": { diff --git a/package.json b/package.json index f14dce6..596bb74 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "mocha": "^6.1.4", "rollup": "^1.13.1", "tslint": "^5.11.0", - "typescript": "^3.2.1", + "typescript": "^4.1.4", "uglify-es": "^3.3.9" } }