From c0cabf484f8d2c3824ad4fba3abfa7ea2ab96c9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Nov 2022 03:42:09 +0000 Subject: [PATCH] fix: upgrade typescript from 4.8.4 to 4.9.3 Snyk has created this PR to upgrade typescript from 4.8.4 to 4.9.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/ryansn/project/9dd0f23f-5ed9-423a-a875-a9f9a4d769e7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee293fd..9ab0fcf 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-scripts": "^5.0.0", "universal-analytics": "^0.5.3", "styled-components": "^5.3.6", - "typescript": "^4.8.4", + "typescript": "^4.9.3", "uuid": "^8.3.2", "web-vitals": "^1.0.1", "winmojilib": "^0.3.3" diff --git a/yarn.lock b/yarn.lock index 2e037a6..7c3088f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11091,10 +11091,10 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@^4.9.3: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== unbox-primitive@^1.0.2: version "1.0.2"