From ff78461910ccefef312166dd15acf6ba3e11828a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jun 2021 20:45:31 +0000 Subject: [PATCH] fix: upgrade typescript from 4.0.2 to 4.2.4 Snyk has created this PR to upgrade typescript from 4.0.2 to 4.2.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/thekilladro/project/a18c542e-64c9-43b8-b409-b0c6e0376cb8?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bdfc946..cb5cad2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^3.4.3", "styled-components": "^5.1.1", - "typescript": "^4.0.2" + "typescript": "^4.2.4" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 52bc5dc..b8b5dc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10389,10 +10389,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2" - integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== +typescript@^4.2.4: + version "4.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"