From 554b94f18963bc00858e40aa460b0837d71c800b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 00:51:32 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index d04c75a0a..3f5d6029d 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.6.1", - "react-native": "0.57.7", + "react-native": "0.69.12", "react-native-image-picker": "file:../" }, "devDependencies": {