From 98e813b1a0a9aeb8febdab8e1bdfa996e5932724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:37:00 -0800 Subject: [PATCH] chore(deps): bump axios from 0.26.0 to 1.6.0 (#13403) * chore(deps): bump axios from 0.26.0 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 0.26.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.26.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] * fix: run yarn dedupe --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 0.618 --- packages/amplify-util-mock/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/amplify-util-mock/package.json b/packages/amplify-util-mock/package.json index acba8677611..329e5e8fb01 100644 --- a/packages/amplify-util-mock/package.json +++ b/packages/amplify-util-mock/package.json @@ -81,6 +81,7 @@ "aws-cdk-lib": "~2.80.0", "aws-sdk": "^2.1464.0", "aws-sdk-mock": "^5.8.0", + "axios": "^1.6.2", "constructs": "^10.0.5", "graphql": "^15.5.0", "graphql-auth-transformer": "^7.2.68",