From 44d5f0e21ba3e24d781a7878c37629003525c630 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 06:50:56 +0000 Subject: [PATCH] Bump typescript from 4.0.2 to 4.1.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.1.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...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 60b2330..5b1fffd 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.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", + "integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 8f40359..383cf5d 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.4" }, "devDependencies": { "@types/jest": "26.0.13",