From 31ec4a17edc8c1efba547a9babd3b6c866e78467 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Apr 2025 01:58:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8ba68..2b4e7fe 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "react": "15.3.2", - "react-native": "0.78.0" + "react-native": "0.79.0" } }