Skip to content

Commit e757b25

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] <support@github.com>
1 parent 8f07580 commit e757b25

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"main": "background.js",
2121
"dependencies": {
2222
"@electron/remote": "^2.0.0",
23-
"axios": "^0.21.2",
23+
"axios": "^0.28.0",
2424
"axios-retry": "^3.2.4",
2525
"core-js": "^3.6.5",
2626
"electron-log": "^4.4.1",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,12 +2277,14 @@ axios-retry@^3.2.4:
22772277
"@babel/runtime" "^7.15.4"
22782278
is-retry-allowed "^2.2.0"
22792279

2280-
axios@^0.21.2:
2281-
version "0.21.2"
2282-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2283-
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
2280+
axios@^0.28.0:
2281+
version "0.28.0"
2282+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
2283+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
22842284
dependencies:
2285-
follow-redirects "^1.14.0"
2285+
follow-redirects "^1.15.0"
2286+
form-data "^4.0.0"
2287+
proxy-from-env "^1.1.0"
22862288

22872289
babel-eslint@^10.1.0:
22882290
version "10.1.0"
@@ -5026,10 +5028,10 @@ flush-write-stream@^1.0.0:
50265028
inherits "^2.0.3"
50275029
readable-stream "^2.3.6"
50285030

5029-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
5030-
version "1.14.8"
5031-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
5032-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
5031+
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
5032+
version "1.15.6"
5033+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
5034+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
50335035

50345036
for-in@^1.0.2:
50355037
version "1.0.2"
@@ -8412,6 +8414,11 @@ proxy-addr@~2.0.5:
84128414
forwarded "0.2.0"
84138415
ipaddr.js "1.9.1"
84148416

8417+
proxy-from-env@^1.1.0:
8418+
version "1.1.0"
8419+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
8420+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
8421+
84158422
prr@~1.0.1:
84168423
version "1.0.1"
84178424
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)