From 59bc4f9c407ec010327cba6a8851b8cebcda04b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:05:48 +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-ANSIREGEX-1583908 --- 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 dc91e6e16d01..64a1afd1071b 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.60.0" }, "devDependencies": { "babel-jest": "^22.0.4",