From 62bf435f9765476b2cdfc5d5e75239bb1f25d83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 00:05:39 +0000 Subject: [PATCH] build(deps): bump axios from 0.21.4 to 1.2.3 Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.2.3. - [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.21.4...v1.2.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/hoppscotch-app/package.json | 2 +- packages/hoppscotch-cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index fb5c0eacebb..71755bbeeac 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -48,7 +48,7 @@ "@vueuse/core": "^8.7.5", "@vueuse/head": "^0.7.9", "acorn-walk": "^8.2.0", - "axios": "^0.21.4", + "axios": "^1.2.3", "buffer": "^6.0.3", "esprima": "^4.0.1", "events": "^3.3.0", diff --git a/packages/hoppscotch-cli/package.json b/packages/hoppscotch-cli/package.json index c86ec635b4b..891ea78642a 100644 --- a/packages/hoppscotch-cli/package.json +++ b/packages/hoppscotch-cli/package.json @@ -46,7 +46,7 @@ "@types/jest": "^27.4.1", "@types/lodash": "^4.14.181", "@types/qs": "^6.9.7", - "axios": "^0.21.4", + "axios": "^1.2.3", "chalk": "^4.1.1", "commander": "^8.0.0", "esm": "^3.2.25",