From 925bdb65ad8a06a834eb0e6bf2b9665946b35257 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Oct 2024 18:35:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BASICAUTHCONNECT-8136828 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09c900a..786a7a1 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "react": "15.3.2", - "react-native": "0.34.1" + "react-native": "0.69.12" } }