From 2e9a0db761152cc268cdfb2bfc517ede328965f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 22:04:27 +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-Y18N-1021887 --- 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 b8703bb8d7cb..5722e1ccb330 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.0.0", - "react-native": "~0.49.3" + "react-native": "~0.60.0" }, "devDependencies": { "babel-jest": "21.0.0",