From e6d8417b965b1071726b2cdcbdf84497861d4660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Apr 2025 14:49:11 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 936ce66..34ff7e7 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "@robinbobin/react-native-google-drive-api-wrapper": "^1.2.4", "js-base64": "^3.7.6", "react": "18.2.0", - "react-native": "0.73.6", + "react-native": "0.79.0", "react-native-autocomplete-dropdown": "^3.1.4", "react-native-dropdown-picker": "^5.4.6", "react-native-get-random-values": "^1.11.0",