From 60d7791c1cf16c00021778fdfaeeafb2ddaebd1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:30:58 +0000 Subject: [PATCH] chore(deps): bump axios from 0.27.2 to 1.5.0 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.5.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.5.0) --- 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 9b6a1e90f..0d15b3aec 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "appium-ios-simulator": "^4.0.0", "async-lock": "^1.0.0", "asyncbox": "^2.5.3", - "axios": "^0.x", + "axios": "^1.x", "bluebird": "^3.5.5", "lodash": "^4.17.11", "node-simctl": "^7.0.1",