From c478deb3e063870f9238c788a0e302cbcc21fba7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jun 2021 20:45:39 +0000 Subject: [PATCH] fix: upgrade @types/react from 16.9.48 to 16.14.6 Snyk has created this PR to upgrade @types/react from 16.9.48 to 16.14.6. 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 | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bdfc946..d66ae63 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@types/node": "^14.6.1", - "@types/react": "^16.9.48", + "@types/react": "^16.14.6", "@types/react-dom": "^16.9.8", "copy-to-clipboard": "^3.3.1", "ethereumjs-util": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 52bc5dc..be9023b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1606,7 +1606,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.48": +"@types/react@*": version "16.9.48" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.48.tgz#d3387329f070d1b1bc0ff4a54a54ceefd5a8485c" integrity sha512-4ykBVswgYitPGMXFRxJCHkxJDU2rjfU3/zw67f8+dB7sNdVJXsrwqoYxz/stkAucymnEEbRPFmX7Ce5Mc/kJCw== @@ -1614,6 +1614,20 @@ "@types/prop-types" "*" csstype "^3.0.2" +"@types/react@^16.14.6": + version "16.14.8" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.8.tgz#4aee3ab004cb98451917c9b7ada3c7d7e52db3fe" + integrity sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/scheduler@*": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" + integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== + "@types/secp256k1@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@types/secp256k1/-/secp256k1-4.0.1.tgz#fb3aa61a1848ad97d7425ff9dcba784549fca5a4"