From d173f65e13c932332b72a23cda57a147fd894bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 03:22:13 +0000 Subject: [PATCH] chore(deps): bump axios from 0.27.2 to 1.0.0 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.0.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.0.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/package.json b/tools/build/package.json index 55f285949a..33004d1717 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/eclipse-che/che-plugin-registry/blob/main/tools/build/README.md", "dependencies": { - "axios": "^0.27.2", + "axios": "^1.0.0", "decompress": "^4.2.1", "docker-image-name-parser": "^0.1.0", "fs-extra": "^10.1.0",