From a6cb3e121638d399f42cb5a3249ee591e3b28aaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Oct 2021 19:36:44 +0000 Subject: [PATCH] fix: examples/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- examples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 00f33cdfdd83..65171f6ebb8f 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "^15.4.2", - "react-native": "^0.40.0" + "react-native": "^0.60.0" }, "devDependencies": { "babel-jest": "*",