From 5024ee26836417aea6cde4205c2dd47ad29baafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:03:57 +0000 Subject: [PATCH] chore(deps): bump axios from 0.27.2 to 1.2.5 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.2.5. - [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.2.5) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8224cdb..af2c2e1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/cubos/kubesdk#readme", "dependencies": { "ajv": "^8.11.0", - "axios": "^0.27.2", + "axios": "^1.2.5", "axios-logger": "^2.6.1", "axios-retry": "^3.3.1", "command-line-args": "^5.2.1",