From f39cc889872349a1b349ecc5af7db4eb43ab4f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:57:03 +0000 Subject: [PATCH] Chore(deps): Bump axios from 1.13.6 to 1.15.2 in /apps/web 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] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index e7a2ac730..c0f4b836d 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -69,7 +69,7 @@ "@types/react-datepicker": "4.19.6", "@types/react-dom": "18.3.5", "@types/react-redux": "7.1.34", - "axios": "1.13.6", + "axios": "1.15.2", "babel-preset-react-app": "10.1.0", "browserify-zlib": "0.2.0", "chakra-react-select": "4.10.1",