From 15539852fdccefc216b1ae7622c9a40b1002793c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:23:19 +0000 Subject: [PATCH] build(deps): bump axios from 1.7.4 to 1.8.2 in /example Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 9668ecd7..a4f7f1a1 100644 --- a/example/package.json +++ b/example/package.json @@ -25,7 +25,7 @@ "@react-navigation/native-stack": "^6.9.9", "@react-navigation/stack": "^6.3.16", "@tanstack/react-query": "^4.0.0", - "axios": "^1.7.4", + "axios": "^1.8.2", "graphql": "^16.8.1", "graphql-request": "5.1.0", "i18next": "^22.4.9", diff --git a/example/yarn.lock b/example/yarn.lock index 7c2ea709..732f81ab 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4112,10 +4112,10 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" - integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== +axios@^1.8.2: + version "1.8.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979" + integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"