From c1651b1f661c0c017207fbd71ae62660386e3ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:44:11 +0000 Subject: [PATCH] Bump axios from 1.16.1 to 1.18.0 in /frontend-app Bumps [axios](https://github.com/axios/axios) from 1.16.1 to 1.18.0. - [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.16.1...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend-app/package-lock.json | 8 ++++---- frontend-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend-app/package-lock.json b/frontend-app/package-lock.json index d1dcc45..8db3e70 100644 --- a/frontend-app/package-lock.json +++ b/frontend-app/package-lock.json @@ -15,7 +15,7 @@ "@react-navigation/bottom-tabs": "^7.16.1", "@react-navigation/native": "^7.2.4", "@react-navigation/stack": "^7.9.2", - "axios": "^1.16.1", + "axios": "^1.18.0", "expo": "~54.0.33", "expo-build-properties": "~1.0.10", "expo-constants": "~18.0.13", @@ -3619,9 +3619,9 @@ } }, "node_modules/axios": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz", - "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz", + "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/frontend-app/package.json b/frontend-app/package.json index 74c28ff..7370cbb 100644 --- a/frontend-app/package.json +++ b/frontend-app/package.json @@ -16,7 +16,7 @@ "@react-navigation/bottom-tabs": "^7.16.1", "@react-navigation/native": "^7.2.4", "@react-navigation/stack": "^7.9.2", - "axios": "^1.16.1", + "axios": "^1.18.0", "expo": "~54.0.33", "expo-build-properties": "~1.0.10", "expo-constants": "~18.0.13",