From 636cfa26c52b3afa52b5d039d697c21909de9d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:09:17 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 0.21.4 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.21.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/common/package.json | 2 +- packages/deployer/package.json | 2 +- packages/dev/package.json | 2 +- packages/relay/package.json | 2 +- yarn.lock | 21 +++++++++++---------- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/packages/common/package.json b/packages/common/package.json index 25fbc947d..913a023c5 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -27,7 +27,7 @@ "@opengsn/contracts": "^3.0.0-beta.10", "@types/bn.js": "^5.1.0", "@types/semver": "^7.3.4", - "axios": "^0.21.1", + "axios": "^1.6.0", "bn.js": "^5.2.0", "chalk": "^4.1.2", "ethereumjs-util": "^7.1.0", diff --git a/packages/deployer/package.json b/packages/deployer/package.json index 7c8aded50..3fef03c8a 100644 --- a/packages/deployer/package.json +++ b/packages/deployer/package.json @@ -21,7 +21,7 @@ "@nomiclabs/hardhat-web3": "^2.0.0", "@opengsn/common": "^3.0.0-beta.10", "@opengsn/provider": "^3.0.0-beta.10", - "axios": "^0.27.2", + "axios": "^1.6.0", "chai": "^4.3.6", "chalk": "^4.1.2", "ethers": "^6.6.5", diff --git a/packages/dev/package.json b/packages/dev/package.json index c4dfd31f9..7339a30d1 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -47,7 +47,7 @@ "@types/sinon-chai": "^3.2.5", "abi-decoder": "^2.3.0", "async-mutex": "^0.4.0", - "axios": "^0.27.2", + "axios": "^1.6.0", "bn.js": "^5.2.1", "body-parser": "^1.20.0", "chai": "^4.2.0", diff --git a/packages/relay/package.json b/packages/relay/package.json index 70c2adceb..93fd5ab12 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -31,7 +31,7 @@ "@types/nedb": "^1.8.12", "abi-decoder": "^2.4.0", "async-mutex": "^0.4.0", - "axios": "^0.27.2", + "axios": "^1.6.0", "bn.js": "^5.2.1", "body-parser": "^1.20.0", "chalk": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index c2fb1cfc7..59be76f9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4042,18 +4042,19 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^0.27.2: - version "0.27.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" - integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== +axios@^1.0.0: + version "1.6.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" + integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== dependencies: - follow-redirects "^1.14.9" + follow-redirects "^1.15.0" form-data "^4.0.0" + proxy-from-env "^1.1.0" -axios@^1.0.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267" - integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ== +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" @@ -7005,7 +7006,7 @@ fn.name@1.x.x: resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc" integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw== -follow-redirects@^1.12.1, follow-redirects@^1.14.0, follow-redirects@^1.14.9, follow-redirects@^1.15.0: +follow-redirects@^1.12.1, follow-redirects@^1.14.0, follow-redirects@^1.15.0: version "1.15.3" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==