From 06737e7c7907c23924a180446143e8af845c82be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:42:24 +0000 Subject: [PATCH] chore(deps): bump axios in /source/packages/integration-tests Bumps [axios](https://github.com/axios/axios) from 0.25.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.25.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/packages/integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/packages/integration-tests/package.json b/source/packages/integration-tests/package.json index 4e4863eb..7a7849d3 100644 --- a/source/packages/integration-tests/package.json +++ b/source/packages/integration-tests/package.json @@ -34,7 +34,7 @@ "atob": "2.1.2", "aws-iot-device-sdk-v2": "1.6.5", "aws-sdk": "2.1386.0", - "axios": "0.25.0", + "axios": "1.6.0", "chai-string": "1.5.0", "chai-uuid": "1.0.6", "chai": "4.2.0",