From e288ad93da985e83f4e52949b1fb255a8e64b6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:09:12 +0000 Subject: [PATCH] chore: bump axios from 1.4.0 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.4.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/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/tx-builder/package.json | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/tx-builder/package.json b/apps/tx-builder/package.json index 1a6e62b0..c8dc576f 100644 --- a/apps/tx-builder/package.json +++ b/apps/tx-builder/package.json @@ -10,7 +10,7 @@ "@material-ui/lab": "^4.0.0-alpha.60", "@safe-global/safe-apps-provider": "^0.18.0", "@safe-global/safe-deployments": "^1.26.0", - "axios": "^1.4.0", + "axios": "^1.6.0", "evm-proxy-detection": "1.0.0", "localforage": "^1.10.0", "react-beautiful-dnd": "^13.1.1", diff --git a/package.json b/package.json index 9811b818..a6a7c2ac 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", "assert": "^2.0.0", - "axios": "^1.4.0", + "axios": "^1.6.0", "buffer": "^6.0.3", "commitizen": "^4.3.0", "crypto-browserify": "^3.12.0", diff --git a/yarn.lock b/yarn.lock index 81951583..e4a65673 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4988,10 +4988,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" - integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"