Skip to content

Commit 759f5de

Browse files
chore: bump axios from 0.21.4 to 0.30.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fa116e commit 759f5de

File tree

2 files changed

+103
-8
lines changed

2 files changed

+103
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@babel/plugin-transform-runtime": "^7.25.9",
5555
"@babel/preset-env": "^7.26.0",
5656
"@babel/runtime": "^7.26.0",
57-
"axios": "^0.21.4",
57+
"axios": "^0.30.0",
5858
"axios-mock-adapter": "^1.22.0",
5959
"babel-eslint": "^10.1.0",
6060
"codecov": "^3.8.3",

yarn.lock

+102-7
Original file line numberDiff line numberDiff line change
@@ -2064,12 +2064,14 @@ axios-mock-adapter@^1.22.0:
20642064
fast-deep-equal "^3.1.3"
20652065
is-buffer "^2.0.5"
20662066

2067-
axios@^0.21.4:
2068-
version "0.21.4"
2069-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
2070-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
2067+
axios@^0.30.0:
2068+
version "0.30.0"
2069+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
2070+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
20712071
dependencies:
2072-
follow-redirects "^1.14.0"
2072+
follow-redirects "^1.15.4"
2073+
form-data "^4.0.0"
2074+
proxy-from-env "^1.1.0"
20732075

20742076
babel-eslint@^10.1.0:
20752077
version "10.1.0"
@@ -2322,6 +2324,14 @@ cache-base@^1.0.1:
23222324
union-value "^1.0.0"
23232325
unset-value "^1.0.0"
23242326

2327+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
2328+
version "1.0.2"
2329+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
2330+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
2331+
dependencies:
2332+
es-errors "^1.3.0"
2333+
function-bind "^1.1.2"
2334+
23252335
call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
23262336
version "1.0.7"
23272337
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
@@ -2563,7 +2573,7 @@ columnify@^1.6.0:
25632573
strip-ansi "^6.0.1"
25642574
wcwidth "^1.0.0"
25652575

2566-
combined-stream@^1.0.6, combined-stream@~1.0.6:
2576+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
25672577
version "1.0.8"
25682578
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
25692579
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -3000,6 +3010,15 @@ dset@^3.1.4:
30003010
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
30013011
integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==
30023012

3013+
dunder-proto@^1.0.1:
3014+
version "1.0.1"
3015+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
3016+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
3017+
dependencies:
3018+
call-bind-apply-helpers "^1.0.1"
3019+
es-errors "^1.3.0"
3020+
gopd "^1.2.0"
3021+
30033022
duplexer2@~0.1.0:
30043023
version "0.1.4"
30053024
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
@@ -3142,6 +3161,11 @@ es-define-property@^1.0.0:
31423161
dependencies:
31433162
get-intrinsic "^1.2.4"
31443163

3164+
es-define-property@^1.0.1:
3165+
version "1.0.1"
3166+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
3167+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
3168+
31453169
es-errors@^1.2.1, es-errors@^1.3.0:
31463170
version "1.3.0"
31473171
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
@@ -3154,6 +3178,13 @@ es-object-atoms@^1.0.0:
31543178
dependencies:
31553179
es-errors "^1.3.0"
31563180

3181+
es-object-atoms@^1.1.1:
3182+
version "1.1.1"
3183+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
3184+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
3185+
dependencies:
3186+
es-errors "^1.3.0"
3187+
31573188
es-set-tostringtag@^2.0.3:
31583189
version "2.0.3"
31593190
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777"
@@ -3163,6 +3194,16 @@ es-set-tostringtag@^2.0.3:
31633194
has-tostringtag "^1.0.2"
31643195
hasown "^2.0.1"
31653196

3197+
es-set-tostringtag@^2.1.0:
3198+
version "2.1.0"
3199+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
3200+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
3201+
dependencies:
3202+
es-errors "^1.3.0"
3203+
get-intrinsic "^1.2.6"
3204+
has-tostringtag "^1.0.2"
3205+
hasown "^2.0.2"
3206+
31663207
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
31673208
version "1.0.2"
31683209
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -3666,7 +3707,7 @@ flatted@^3.2.9:
36663707
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
36673708
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
36683709

3669-
follow-redirects@^1.14.0:
3710+
follow-redirects@^1.15.4:
36703711
version "1.15.9"
36713712
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
36723713
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
@@ -3688,6 +3729,16 @@ forever-agent@~0.6.1:
36883729
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
36893730
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
36903731

3732+
form-data@^4.0.0:
3733+
version "4.0.2"
3734+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
3735+
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3736+
dependencies:
3737+
asynckit "^0.4.0"
3738+
combined-stream "^1.0.8"
3739+
es-set-tostringtag "^2.1.0"
3740+
mime-types "^2.1.12"
3741+
36913742
form-data@~2.3.2:
36923743
version "2.3.3"
36933744
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -3816,6 +3867,30 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@
38163867
has-symbols "^1.0.3"
38173868
hasown "^2.0.0"
38183869

3870+
get-intrinsic@^1.2.6:
3871+
version "1.3.0"
3872+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
3873+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
3874+
dependencies:
3875+
call-bind-apply-helpers "^1.0.2"
3876+
es-define-property "^1.0.1"
3877+
es-errors "^1.3.0"
3878+
es-object-atoms "^1.1.1"
3879+
function-bind "^1.1.2"
3880+
get-proto "^1.0.1"
3881+
gopd "^1.2.0"
3882+
has-symbols "^1.1.0"
3883+
hasown "^2.0.2"
3884+
math-intrinsics "^1.1.0"
3885+
3886+
get-proto@^1.0.1:
3887+
version "1.0.1"
3888+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
3889+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
3890+
dependencies:
3891+
dunder-proto "^1.0.1"
3892+
es-object-atoms "^1.0.0"
3893+
38193894
get-stream@^4.0.0:
38203895
version "4.1.0"
38213896
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -3930,6 +4005,11 @@ gopd@^1.0.1:
39304005
dependencies:
39314006
get-intrinsic "^1.1.3"
39324007

4008+
gopd@^1.2.0:
4009+
version "1.2.0"
4010+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
4011+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
4012+
39334013
39344014
version "4.2.10"
39354015
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
@@ -4007,6 +4087,11 @@ has-symbols@^1.0.2, has-symbols@^1.0.3:
40074087
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
40084088
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
40094089

4090+
has-symbols@^1.1.0:
4091+
version "1.1.0"
4092+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
4093+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
4094+
40104095
has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
40114096
version "1.0.2"
40124097
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
@@ -5568,6 +5653,11 @@ marked@^4.0.10:
55685653
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
55695654
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
55705655

5656+
math-intrinsics@^1.1.0:
5657+
version "1.1.0"
5658+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
5659+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
5660+
55715661
meow@^8.0.0:
55725662
version "8.1.2"
55735663
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
@@ -6665,6 +6755,11 @@ proto-list@~1.2.1:
66656755
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
66666756
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
66676757

6758+
proxy-from-env@^1.1.0:
6759+
version "1.1.0"
6760+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
6761+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
6762+
66686763
psl@^1.1.28:
66696764
version "1.9.0"
66706765
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"

0 commit comments

Comments
 (0)