From c818586c349bb54a1e561c0b4165410ff25b045c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:11:05 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.2.2 in /front-end Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.2.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/v0.27.2...1.2.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- front-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/package.json b/front-end/package.json index 45967f78..bd4b7a8e 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -17,7 +17,7 @@ "@fullcalendar/interaction": "5.11.3", "@fullcalendar/react": "5.11.2", "@fullcalendar/timegrid": "5.11.3", - "axios": "0.27.2", + "axios": "1.2.2", "bootstrap": "5.2.1", "chart.js": "3.9.1", "dotenv": "16.0.3",