From fc3af550de4456a834bb3c14f42216aa2aa10a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:29:00 +0000 Subject: [PATCH] Bump axios in /skills-client-integration/skills-int-client-vue 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] --- skills-client-integration/skills-int-client-vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills-client-integration/skills-int-client-vue/package.json b/skills-client-integration/skills-int-client-vue/package.json index f1ee1e10..94d3db19 100644 --- a/skills-client-integration/skills-int-client-vue/package.json +++ b/skills-client-integration/skills-int-client-vue/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@skilltree/skills-client-vue": "3.5.0", - "axios": "0.23.0", + "axios": "1.6.0", "bootstrap": "4.5.3", "bootstrap-vue": "2.17.3", "core-js": "3.2.1",