Skip to content

Commit 9340fe0

Browse files
Bump axios from 0.21.2 to 0.28.0
Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.21.2...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23f61f5 commit 9340fe0

File tree

3 files changed

+116
-69
lines changed

3 files changed

+116
-69
lines changed

package-lock.json

+93-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/superagent": "^4.1.1",
2929
"autobind-decorator": "^2.1.0",
3030
"availity-reactstrap-validation": "2.6.1",
31-
"axios": "0.21.2",
31+
"axios": "0.28.0",
3232
"bootstrap": "4.4.1",
3333
"cbioportal-frontend-commons": "0.2.11",
3434
"cbioportal-utils": "^0.1.1",

yarn.lock

+22-11
Original file line numberDiff line numberDiff line change
@@ -3527,12 +3527,14 @@ [email protected]:
35273527
dependencies:
35283528
follow-redirects "1.5.10"
35293529

3530-
axios@0.21.2:
3531-
version "0.21.2"
3532-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
3533-
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
3530+
axios@0.28.0:
3531+
version "0.28.0"
3532+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
3533+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
35343534
dependencies:
3535-
follow-redirects "^1.14.0"
3535+
follow-redirects "^1.15.0"
3536+
form-data "^4.0.0"
3537+
proxy-from-env "^1.1.0"
35363538

35373539
axios@^0.18.0:
35383540
version "0.18.1"
@@ -5641,7 +5643,7 @@ [email protected]:
56415643
color "3.0.x"
56425644
text-hex "1.0.x"
56435645

5644-
combined-stream@^1.0.6, combined-stream@~1.0.6:
5646+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
56455647
version "1.0.8"
56465648
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
56475649
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -8334,10 +8336,10 @@ [email protected]:
83348336
dependencies:
83358337
debug "=3.1.0"
83368338

8337-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
8338-
version "1.14.4"
8339-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
8340-
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
8339+
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
8340+
version "1.15.5"
8341+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
8342+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
83418343

83428344
font-awesome@^4.7.0:
83438345
version "4.7.0"
@@ -8388,6 +8390,15 @@ form-data@^2.2.0, form-data@^2.3.1:
83888390
combined-stream "^1.0.6"
83898391
mime-types "^2.1.12"
83908392

8393+
form-data@^4.0.0:
8394+
version "4.0.0"
8395+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
8396+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
8397+
dependencies:
8398+
asynckit "^0.4.0"
8399+
combined-stream "^1.0.8"
8400+
mime-types "^2.1.12"
8401+
83918402
form-data@~2.3.2:
83928403
version "2.3.3"
83938404
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -14521,7 +14532,7 @@ proxy-addr@~2.0.7:
1452114532
forwarded "0.2.0"
1452214533
ipaddr.js "1.9.1"
1452314534

14524-
proxy-from-env@^1.0.0:
14535+
proxy-from-env@^1.0.0, proxy-from-env@^1.1.0:
1452514536
version "1.1.0"
1452614537
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1452714538
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)