From 03f28e12bf82e280d19ca63c6b715e27a2e287c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 21:31:17 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.1.3) Signed-off-by: dependabot[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 ce6947e..9c9401d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19820,9 +19820,9 @@ "dev": true }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index db603c4..532a021 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "ts-loader": "^6.2.1", "tslint": "~6.1.3", "typeface-roboto": "1.1.13", - "typescript": "^3.9.7", + "typescript": "^4.1.3", "webpack": "^4.44.2", "webpack-bundle-analyzer": "^4.2.0", "webpack-conditional-loader": "^1.0.12",