From d3adc6645a8086ed1f0dfb6cd296e63f50bdcd09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 02:25:35 +0000 Subject: [PATCH] fix: examples/react-native-vanilla/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- examples/react-native-vanilla/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native-vanilla/package.json b/examples/react-native-vanilla/package.json index c259f338abab..6fc600e5116a 100644 --- a/examples/react-native-vanilla/package.json +++ b/examples/react-native-vanilla/package.json @@ -10,7 +10,7 @@ "dependencies": { "prop-types": "^15.6.0", "react": "^16.2.0", - "react-native": "^0.51.0" + "react-native": "^0.63.0" }, "devDependencies": { "babel-preset-react-native": "^4.0.0",