From 5f35038ec9e16540ca6ad5d0c29cf6c495bcf9ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 11:01:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0bbb73c..c458baf 100644 --- a/package.json +++ b/package.json @@ -23,16 +23,16 @@ }, "dependencies": { "axios": "^0.18.0", - "expo": "^26.0.0", - "firebase": "^4.13.1", + "expo": "^33.0.1", + "firebase": "^7.14.0", "moment": "^2.22.1", "react": "16.3.0", - "react-native": "~0.54.1", + "react-native": "~0.69.12", "react-native-elements": "^0.19.1", "react-native-keyboard-spacer": "^0.4.1", "react-native-loading-spinner-overlay": "^0.5.2", "react-native-redux-listener": "^0.3.0", - "react-native-router-flux": "^4.0.0-beta.28", + "react-native-router-flux": "^4.0.0", "react-native-size-matters": "^0.1.0", "react-redux": "^5.0.7", "redux": "^4.0.0",