From 6caabd8e5e569643284643e2dba65b638f086f69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Mar 2025 07:16:25 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 724ad26..c488844 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "build": "tsc" }, "dependencies": { - "axios": "^0.19.2", + "axios": "^1.8.2", "expo": "^38.0.0", "expo-font": "~8.2.1", "expo-localization": "~8.2.1", @@ -19,7 +19,7 @@ "react": "16.11.0", "react-dom": "16.11.0", "react-intl": "^3.11.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz", + "react-native": "0.69.12", "react-native-markdown-display": "^5.1.0", "react-native-web": "~0.11.7", "react-redux": "^7.2.1",