From 4dfac0bfbb8a5a8a35bba6def1e4796f6b1483e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:37:29 +0000 Subject: [PATCH] chore(deps): bump axios from 1.13.6 to 1.15.2 in /ui/mobile 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 ... Signed-off-by: dependabot[bot] --- 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 51f24359d2..b353507085 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", @@ -5350,14 +5350,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": { @@ -14239,10 +14239,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 c3379bbcd6..c4c8dd445e 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",