From 00c4c1dadb29e0a84295f1f128597643cdfa15f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 16:42:26 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 9d0f31e95..a8ef0064f 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.69.12", "react-native-share": "git+https://github.com/react-native-community/react-native-share.git" }, "devDependencies": {