From 7cb2e9e7b4cba35b84715464efac2ac220b0d295 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 16:20:58 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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": {