From 16c7c7d391d243ca98e4891bbd4be27f36b2510f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Aug 2022 08:14:01 +0000 Subject: [PATCH] fix: upgrade typescript from 4.6.3 to 4.7.4 Snyk has created this PR to upgrade typescript from 4.6.3 to 4.7.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/phi-phdv-asia-all/project/4d74a2af-c2f7-4da7-a8e7-4a798ad67edd?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 fc361c8..9a0738d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", - "typescript": "^4.4.2", + "typescript": "^4.7.4", "web-vitals": "^2.1.0" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 2eb152b..305ade1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8132,10 +8132,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.4.2: - version "4.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" - integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== +typescript@^4.7.4: + version "4.7.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" + integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== unbox-primitive@^1.0.1: version "1.0.1"