From 2364d1406015989571056066f76f3e7483626a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:24:38 +0000 Subject: [PATCH] Bump axios from 0.23.0 to 1.6.0 in /client-display Bumps [axios](https://github.com/axios/axios) from 0.23.0 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.23.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client-display/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-display/package.json b/client-display/package.json index e589bd5e9a..dcd6a5ed45 100644 --- a/client-display/package.json +++ b/client-display/package.json @@ -27,7 +27,7 @@ "@vue-a11y/announcer": "2.1.0", "animate.css": "4.1.1", "apexcharts": "3.29.0", - "axios": "0.23.0", + "axios": "1.6.0", "axios-auth-refresh": "3.2.1", "bootstrap": "4.5.3", "bootstrap-vue": "2.21.2",