From dbdf3a1b35d9ad17edb2dcdf35f61d8690c6037d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Feb 2023 04:22:13 +0000 Subject: [PATCH] fix: upgrade @types/react-native from 0.66.16 to 0.71.2 Snyk has created this PR to upgrade @types/react-native from 0.66.16 to 0.71.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/interclip/project/fde9d79b-08c0-4c43-ba31-bc2c032d7ba9?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 72c7c2ef..dffab423 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/mime-types": "^2.1.1", "@types/node-fetch": "^2.6.1", "@types/react": "^17.0.39", - "@types/react-native": "^0.66.16", + "@types/react-native": "^0.71.2", "@types/validator": "^13.7.1", "@types/whatwg-url": "^8.2.1", "@use-expo/application": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 41db2c9e..7b26676c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2899,10 +2899,10 @@ dependencies: "@types/react" "*" -"@types/react-native@^0.66.16": - version "0.66.16" - resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.66.16.tgz#fa654d7a611f8c74122b5706958224ebadc82044" - integrity sha512-TsMV/4gW9WTu/6Iuyrm8+UaClIcgJ+1FqVUqDgMvp/Ys+cF+q1GFid3ZPYHYmVZTfOoowY+e3Vd8zFufVL7HLQ== +"@types/react-native@^0.71.2": + version "0.71.3" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.71.3.tgz#537f669ed6b38b5ae47444bd9d253c4cff23bed7" + integrity sha512-0Uqw1YZ0qbVla0MMWFTANFm6W8KYWNvGQmYfucdecbXivLMcQ2v4PovuYFKr7bE6Bc5nDCUEaga962Y8gcDF7A== dependencies: "@types/react" "*"