From 198e6df2552e884480675c1613d0566d3c87dd71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Oct 2021 18:58:02 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 9d0f31e9..38890afd 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.3.1", - "react-native": "0.55.4", + "react-native": "0.60.0", "react-native-share": "git+https://github.com/react-native-community/react-native-share.git" }, "devDependencies": {