Skip to content

Commit 2f780a6

Browse files
Bump axios from 0.21.1 to 0.28.0
Bumps [axios](https://github.com/axios/axios) from 0.21.1 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.1...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8b350c commit 2f780a6

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@testing-library/jest-dom": "^5.14.1",
1313
"@testing-library/react": "^12.0.0",
1414
"@testing-library/user-event": "^13.2.1",
15-
"axios": "^0.21.1",
15+
"axios": "^0.28.0",
1616
"classnames": "^2.3.1",
1717
"date-fns": "^2.23.0",
1818
"react": "^17.0.2",

yarn.lock

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,12 +3000,14 @@ axe-core@^4.0.2:
30003000
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.2.tgz#fcf8777b82c62cfc69c7e9f32c0d2226287680e7"
30013001
integrity sha512-5LMaDRWm8ZFPAEdzTYmgjjEdj1YnQcpfrVajO/sn/LhbpGp0Y0H64c2hLZI1gRMxfA+w1S71Uc/nHaOXgcCvGg==
30023002

3003-
axios@^0.21.1:
3004-
version "0.21.1"
3005-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
3006-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
3003+
axios@^0.28.0:
3004+
version "0.28.0"
3005+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
3006+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
30073007
dependencies:
3008-
follow-redirects "^1.10.0"
3008+
follow-redirects "^1.15.0"
3009+
form-data "^4.0.0"
3010+
proxy-from-env "^1.1.0"
30093011

30103012
axobject-query@^2.2.0:
30113013
version "2.2.0"
@@ -5755,10 +5757,10 @@ flush-write-stream@^1.0.0:
57555757
inherits "^2.0.3"
57565758
readable-stream "^2.3.6"
57575759

5758-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
5759-
version "1.13.2"
5760-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
5761-
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
5760+
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
5761+
version "1.15.5"
5762+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
5763+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
57625764

57635765
for-in@^1.0.2:
57645766
version "1.0.2"
@@ -5787,6 +5789,15 @@ form-data@^3.0.0:
57875789
combined-stream "^1.0.8"
57885790
mime-types "^2.1.12"
57895791

5792+
form-data@^4.0.0:
5793+
version "4.0.0"
5794+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5795+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5796+
dependencies:
5797+
asynckit "^0.4.0"
5798+
combined-stream "^1.0.8"
5799+
mime-types "^2.1.12"
5800+
57905801
forwarded@~0.1.2:
57915802
version "0.1.2"
57925803
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
@@ -9794,6 +9805,11 @@ proxy-addr@~2.0.5:
97949805
forwarded "~0.1.2"
97959806
ipaddr.js "1.9.1"
97969807

9808+
proxy-from-env@^1.1.0:
9809+
version "1.1.0"
9810+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
9811+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
9812+
97979813
prr@~1.0.1:
97989814
version "1.0.1"
97999815
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)