From 2e7be10221b5b8e5ec03cc85d5ce9892d7fb9ad7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 07:50:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6778715..f76e217 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@tanstack/react-query": "^4.29.25", - "axios": "^1.7.4", + "axios": "^1.12.0", "babel-plugin-module-resolver": "^5.0.0", "graphql": "^16.8.1", "graphql-ws": "^5.14.0", @@ -31,7 +31,7 @@ "nativewind": "^2.0.11", "react": "18.2.0", "react-i18next": "^13.0.2", - "react-native": "0.72.3", + "react-native": "0.72.11", "react-native-mmkv": "^2.10.1", "react-native-safe-area-context": "4.7.1", "react-native-screens": "^3.22.1",