Update to latest version of axios.

This commit is contained in:
Patrick Fic
2025-05-23 08:41:21 -07:00
parent f5088c7f9c
commit 895091468a
2 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"@react-navigation/stack": "^7.1.1", "@react-navigation/stack": "^7.1.1",
"@sentry/react-native": "~6.10.0", "@sentry/react-native": "~6.10.0",
"@splitsoftware/splitio-react-native": "^1.1.0", "@splitsoftware/splitio-react-native": "^1.1.0",
"axios": "^1.7.9", "axios": "^1.9.0",
"cloudinary-core": "^2.13.1", "cloudinary-core": "^2.13.1",
"dinero.js": "^1.9.1", "dinero.js": "^1.9.1",
"expo": "~52.0.46", "expo": "~52.0.46",
@@ -6979,9 +6979,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.9", "version": "1.9.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

@@ -30,7 +30,7 @@
"@react-navigation/stack": "^7.1.1", "@react-navigation/stack": "^7.1.1",
"@sentry/react-native": "~6.10.0", "@sentry/react-native": "~6.10.0",
"@splitsoftware/splitio-react-native": "^1.1.0", "@splitsoftware/splitio-react-native": "^1.1.0",
"axios": "^1.7.9", "axios": "^1.9.0",
"cloudinary-core": "^2.13.1", "cloudinary-core": "^2.13.1",
"dinero.js": "^1.9.1", "dinero.js": "^1.9.1",
"expo": "~52.0.46", "expo": "~52.0.46",
@@ -45,6 +45,7 @@
"expo-images-picker": "^2.5.1", "expo-images-picker": "^2.5.1",
"expo-localization": "~16.0.1", "expo-localization": "~16.0.1",
"expo-media-library": "~17.0.6", "expo-media-library": "~17.0.6",
"expo-notifications": "~0.29.14",
"expo-status-bar": "~2.0.1", "expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.9", "expo-system-ui": "~4.0.9",
"expo-updates": "~0.27.4", "expo-updates": "~0.27.4",
@@ -88,8 +89,7 @@
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-saga": "^1.3.0", "redux-saga": "^1.3.0",
"reselect": "^5.1.1", "reselect": "^5.1.1"
"expo-notifications": "~0.29.14"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.26.8", "@babel/core": "^7.26.8",