From 7f0218c8ce69bbfa866c5efbcc82471e64f6be28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:45:33 +0000 Subject: [PATCH] Bump axios from 0.18.1 to 1.6.0 in /dokit-front Bumps [axios](https://github.com/axios/axios) from 0.18.1 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.18.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dokit-front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokit-front/package.json b/dokit-front/package.json index 0b9084c..b7f3bf3 100644 --- a/dokit-front/package.json +++ b/dokit-front/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@riophae/vue-treeselect": "0.1.0", - "axios": "0.18.1", + "axios": "1.6.0", "clipboard": "2.0.4", "codemirror": "^5.49.2", "connect": "3.6.6",