From 4bbbe4402ce779ca8de817bfcb1f9f1691130bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:23:56 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.6.0 in /dashboard 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] --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 1e9eddd448..8daeef84f0 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -28,7 +28,7 @@ "@vue-a11y/announcer": "2.1.0", "animate.css": "4.1.1", "apexcharts": "3.27.2", - "axios": "0.27.2", + "axios": "1.6.0", "babel-polyfill": "6.26.0", "bootstrap": "4.6.2", "bootstrap-vue": "2.23.1",