From 1ebfa3682d026316f82e0eb42fa80826ff2853e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 14:59:44 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 9d0f31e9..a8ef0064 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": {