From fc654034b32e01e2a9f02009d57ede26e5b965ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:09:50 -0400 Subject: [PATCH] chore(deps): bump axios from 1.13.6 to 1.15.2 in /ui/mobile (#467) Bumps [axios](https://github.com/axios/axios) from 1.13.6 to 1.15.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.13.6...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/mobile/package-lock.json | 21 ++++++++++++--------- ui/mobile/package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/ui/mobile/package-lock.json b/ui/mobile/package-lock.json index 62b93e69..2d954e72 100644 --- a/ui/mobile/package-lock.json +++ b/ui/mobile/package-lock.json @@ -13,7 +13,7 @@ "@react-navigation/bottom-tabs": "^7.15.3", "@react-navigation/native": "^7.1.31", "@types/three": "^0.183.1", - "axios": "^1.13.6", + "axios": "^1.15.2", "expo": "~55.0.4", "expo-status-bar": "~55.0.4", "react": "19.2.0", @@ -5770,14 +5770,14 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", - "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/babel-jest": { @@ -14643,10 +14643,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/psl": { "version": "1.15.0", diff --git a/ui/mobile/package.json b/ui/mobile/package.json index 86e7c733..21a7ef4c 100644 --- a/ui/mobile/package.json +++ b/ui/mobile/package.json @@ -16,7 +16,7 @@ "@react-navigation/bottom-tabs": "^7.15.3", "@react-navigation/native": "^7.1.31", "@types/three": "^0.183.1", - "axios": "^1.13.6", + "axios": "^1.15.2", "expo": "~55.0.4", "expo-status-bar": "~55.0.4", "react": "19.2.0",