Skip to content

Commit c38388a

Browse files
Bump axios from 0.21.1 to 1.8.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.21.1...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6570259 commit c38388a

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@material-ui/icons": "4.11.3",
2727
"@material-ui/styles": "4.11.4",
2828
"async-promise-pool": "^1.0.2",
29-
"axios": "0.21.1",
29+
"axios": "1.8.2",
3030
"axios-retry": "^3.1.9",
3131
"classnames": "2.3.2",
3232
"csv-writer": "1.6.0",

yarn.lock

+19-10
Original file line numberDiff line numberDiff line change
@@ -5682,7 +5682,16 @@ axios@0.19.2:
56825682
dependencies:
56835683
follow-redirects "1.5.10"
56845684

5685-
axios@0.21.1, axios@^0.21.1:
5685+
axios@1.8.2:
5686+
version "1.8.2"
5687+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
5688+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
5689+
dependencies:
5690+
follow-redirects "^1.15.6"
5691+
form-data "^4.0.0"
5692+
proxy-from-env "^1.1.0"
5693+
5694+
axios@^0.21.1:
56865695
version "0.21.1"
56875696
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
56885697
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
@@ -9505,15 +9514,10 @@ follow-redirects@1.5.10:
95059514
dependencies:
95069515
debug "=3.1.0"
95079516

9508-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
9509-
version "1.13.3"
9510-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
9511-
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==
9512-
9513-
follow-redirects@^1.14.9:
9514-
version "1.15.2"
9515-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
9516-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
9517+
follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.9, follow-redirects@^1.15.6:
9518+
version "1.15.9"
9519+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
9520+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
95179521

95189522
font-awesome@^4.7.0:
95199523
version "4.7.0"
@@ -14834,6 +14838,11 @@ proxy-addr@~2.0.5:
1483414838
forwarded "~0.1.2"
1483514839
ipaddr.js "1.9.1"
1483614840

14841+
proxy-from-env@^1.1.0:
14842+
version "1.1.0"
14843+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
14844+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
14845+
1483714846
prr@~1.0.1:
1483814847
version "1.0.1"
1483914848
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)