From 784e209df066a4251cdc33b9083b06ba8a851c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:29:45 +0000 Subject: [PATCH] Bump axios from 0.26.0 to 1.13.5 in /frontend-service Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 1.13.5. - [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/v0.26.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-service/package.json b/frontend-service/package.json index a767eee3ee..e16cf8df3c 100644 --- a/frontend-service/package.json +++ b/frontend-service/package.json @@ -10,7 +10,7 @@ "@fortawesome/react-fontawesome": "0.1.17", "@mapbox/geojsonhint": "3.0.1", "@stomp/stompjs": "6.1.2", - "axios": "0.26.0", + "axios": "1.13.5", "chart.js": "2.9.4", "classnames": "2.3.1", "dayjs": "1.10.7",