Skip to content

Commit 5bbaae9

Browse files
authored
Merge pull request #236 from lifeomic/dependabot/npm_and_yarn/axios-1.6.0
build(deps): bump axios from 0.21.2 to 1.6.0
2 parents ae64e2b + e1fd322 commit 5bbaae9

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "./build.sh"
2121
},
2222
"dependencies": {
23-
"axios": "^0.21.1",
23+
"axios": "^1.6.0",
2424
"axios-retry": "^3.1.2",
2525
"chalk": "^2.4.2",
2626
"cli-progress": "^1.8.0",

yarn.lock

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,12 +1013,14 @@ axios-retry@^3.1.2:
10131013
dependencies:
10141014
is-retry-allowed "^1.1.0"
10151015

1016-
axios@^0.21.1:
1017-
version "0.21.2"
1018-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1019-
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
1016+
axios@^1.6.0:
1017+
version "1.6.0"
1018+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
1019+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
10201020
dependencies:
1021-
follow-redirects "^1.14.0"
1021+
follow-redirects "^1.15.0"
1022+
form-data "^4.0.0"
1023+
proxy-from-env "^1.1.0"
10221024

10231025
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
10241026
version "6.26.0"
@@ -1940,7 +1942,7 @@ columnify@^1.5.4, columnify@^1.6.0:
19401942
strip-ansi "^6.0.1"
19411943
wcwidth "^1.0.0"
19421944

1943-
combined-stream@^1.0.6, combined-stream@~1.0.6:
1945+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
19441946
version "1.0.8"
19451947
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
19461948
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -3112,10 +3114,10 @@ fn-name@^2.0.0:
31123114
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
31133115
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
31143116

3115-
follow-redirects@^1.14.0:
3116-
version "1.14.8"
3117-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
3118-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
3117+
follow-redirects@^1.15.0:
3118+
version "1.15.3"
3119+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
3120+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
31193121

31203122
for-in@^1.0.1, for-in@^1.0.2:
31213123
version "1.0.2"
@@ -3134,6 +3136,15 @@ forever-agent@~0.6.1:
31343136
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
31353137
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
31363138

3139+
form-data@^4.0.0:
3140+
version "4.0.0"
3141+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
3142+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
3143+
dependencies:
3144+
asynckit "^0.4.0"
3145+
combined-stream "^1.0.8"
3146+
mime-types "^2.1.12"
3147+
31373148
form-data@~2.3.2:
31383149
version "2.3.3"
31393150
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -6304,6 +6315,11 @@ promzard@^0.3.0:
63046315
dependencies:
63056316
read "1"
63066317

6318+
proxy-from-env@^1.1.0:
6319+
version "1.1.0"
6320+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
6321+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
6322+
63076323
proxyquire@^2.1.0:
63086324
version "2.1.3"
63096325
resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.1.3.tgz#2049a7eefa10a9a953346a18e54aab2b4268df39"

0 commit comments

Comments
 (0)