diff --git a/example-app/SantokuApp/package-lock.json b/example-app/SantokuApp/package-lock.json index 8774b65e9e..5558509e59 100644 --- a/example-app/SantokuApp/package-lock.json +++ b/example-app/SantokuApp/package-lock.json @@ -28,7 +28,7 @@ "@react-navigation/stack": "~6.3.0", "@shopify/restyle": "^2.1.0", "@tanstack/react-query": "~4.36.0", - "axios": "~1.6.0", + "axios": "~1.7.0", "expo": "^49.0.8", "expo-build-properties": "~0.8.3", "expo-crypto": "~12.4.1", @@ -9577,11 +9577,12 @@ } }, "node_modules/axios": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", - "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -15051,15 +15052,16 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", - "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, diff --git a/example-app/SantokuApp/package.json b/example-app/SantokuApp/package.json index 18a279b141..c0f90c371c 100644 --- a/example-app/SantokuApp/package.json +++ b/example-app/SantokuApp/package.json @@ -73,7 +73,7 @@ "@react-navigation/stack": "~6.3.0", "@shopify/restyle": "^2.1.0", "@tanstack/react-query": "~4.36.0", - "axios": "~1.6.0", + "axios": "~1.7.0", "expo": "^49.0.8", "expo-build-properties": "~0.8.3", "expo-crypto": "~12.4.1",