From ae6d015a51ba7961a3190314afe2a023b887c142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 05:37:00 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.6.0 in /front Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.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/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index fe71d314..e7bba74c 100644 --- a/front/package.json +++ b/front/package.json @@ -15,7 +15,7 @@ "@mui/styles": "5.11.13", "@sentry/react": "7.45.0", "@sentry/tracing": "7.45.0", - "axios": "0.27.2", + "axios": "1.6.0", "history": "^5.3.0", "leaflet": "1.9.3", "lint-staged": "13.2.0",