From 1a5b1a61ccbc1d2c90e6d3a0ae402975ac62c40b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 08:13:47 +0000 Subject: [PATCH] Bump typescript from 4.0.2 to 4.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 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 60b2330..7ebf4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13613,9 +13613,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", - "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==" + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 8f40359..1f23560 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-dom": "^16.13.1", "react-fontawesome": "^1.7.1", "react-scripts": "3.4.3", - "typescript": "4.0.2" + "typescript": "4.1.3" }, "devDependencies": { "@types/jest": "26.0.13",