From 507456648fb5683791a0b6aada440801d9f8d92b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 17:41:46 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- 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": {