From 6d521702e45415b683d50dd4f19d4cee3490a981 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 03:06:22 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - 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 6ce40a6..fe881c2 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "dependencies": { "frisbee": "^1.1.7", "react": "~15.4.0-rc.4", - "react-native": "0.40.0", + "react-native": "0.69.12", "react-native-country-picker-modal": "niftylettuce/react-native-country-picker-modal", "react-native-form": "^2.1.2", "react-native-loading-spinner-overlay": "^0.4.1"