From 9131a95d7918b31fc9ce9d770efee932e9b835b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:54:40 +0000 Subject: [PATCH] Bump axios from 1.16.0 to 1.18.0 in /frontend Bumps [axios](https://github.com/axios/axios) from 1.16.0 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.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index bbb7e72601..dcd7b327fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "@tanstack/react-router": "^1.170.15", "@tanstack/react-router-devtools": "^1.167.0", "@tanstack/react-table": "^8.21.3", - "axios": "1.16.0", + "axios": "1.18.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "form-data": "4.0.6",