Skip to content

Commit c8716a4

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 23321f3 commit c8716a4

2 files changed

Lines changed: 130 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"agentkeepalive": "^4.0.2",
5555
"apollo-server-errors": "^2.2.1",
5656
"archiver": "^3.0.0",
57-
"axios": "^0.21.1",
57+
"axios": "^1.8.2",
5858
"axios-retry": "^3.1.2",
5959
"bluebird": "^3.5.4",
6060
"chalk": "^2.4.2",

yarn.lock

Lines changed: 129 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,12 +1025,14 @@ axios-retry@^3.1.2:
10251025
dependencies:
10261026
is-retry-allowed "^1.1.0"
10271027

1028-
axios@^0.21.1:
1029-
version "0.21.1"
1030-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1031-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1028+
axios@^1.8.2:
1029+
version "1.8.2"
1030+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
1031+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
10321032
dependencies:
1033-
follow-redirects "^1.10.0"
1033+
follow-redirects "^1.15.6"
1034+
form-data "^4.0.0"
1035+
proxy-from-env "^1.1.0"
10341036

10351037
babel-jest@^25.1.0:
10361038
version "25.1.0"
@@ -1249,6 +1251,14 @@ cache-content-type@^1.0.0:
12491251
mime-types "^2.1.18"
12501252
ylru "^1.2.0"
12511253

1254+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
1255+
version "1.0.2"
1256+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
1257+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
1258+
dependencies:
1259+
es-errors "^1.3.0"
1260+
function-bind "^1.1.2"
1261+
12521262
callsites@^3.0.0:
12531263
version "3.1.0"
12541264
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -1383,7 +1393,7 @@ color-name@~1.1.4:
13831393
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
13841394
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
13851395

1386-
combined-stream@^1.0.6, combined-stream@~1.0.6:
1396+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
13871397
version "1.0.8"
13881398
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
13891399
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -1686,6 +1696,15 @@ domexception@^1.0.1:
16861696
dependencies:
16871697
webidl-conversions "^4.0.2"
16881698

1699+
dunder-proto@^1.0.1:
1700+
version "1.0.1"
1701+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
1702+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
1703+
dependencies:
1704+
call-bind-apply-helpers "^1.0.1"
1705+
es-errors "^1.3.0"
1706+
gopd "^1.2.0"
1707+
16891708
ecc-jsbn@~0.1.1:
16901709
version "0.1.2"
16911710
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -1765,6 +1784,33 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.2:
17651784
string.prototype.trimleft "^2.1.1"
17661785
string.prototype.trimright "^2.1.1"
17671786

1787+
es-define-property@^1.0.1:
1788+
version "1.0.1"
1789+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
1790+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
1791+
1792+
es-errors@^1.3.0:
1793+
version "1.3.0"
1794+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
1795+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
1796+
1797+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
1798+
version "1.1.1"
1799+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
1800+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
1801+
dependencies:
1802+
es-errors "^1.3.0"
1803+
1804+
es-set-tostringtag@^2.1.0:
1805+
version "2.1.0"
1806+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
1807+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
1808+
dependencies:
1809+
es-errors "^1.3.0"
1810+
get-intrinsic "^1.2.6"
1811+
has-tostringtag "^1.0.2"
1812+
hasown "^2.0.2"
1813+
17681814
es-to-primitive@^1.2.1:
17691815
version "1.2.1"
17701816
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -1978,10 +2024,10 @@ find-up@^4.0.0, find-up@^4.1.0:
19782024
locate-path "^5.0.0"
19792025
path-exists "^4.0.0"
19802026

1981-
follow-redirects@^1.10.0:
1982-
version "1.14.1"
1983-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
1984-
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
2027+
follow-redirects@^1.15.6:
2028+
version "1.15.9"
2029+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2030+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
19852031

19862032
for-in@^1.0.2:
19872033
version "1.0.2"
@@ -1993,6 +2039,16 @@ forever-agent@~0.6.1:
19932039
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
19942040
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
19952041

2042+
form-data@^4.0.0:
2043+
version "4.0.2"
2044+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
2045+
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
2046+
dependencies:
2047+
asynckit "^0.4.0"
2048+
combined-stream "^1.0.8"
2049+
es-set-tostringtag "^2.1.0"
2050+
mime-types "^2.1.12"
2051+
19962052
form-data@~2.3.2:
19972053
version "2.3.3"
19982054
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -2048,6 +2104,11 @@ function-bind@^1.1.1:
20482104
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
20492105
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
20502106

2107+
function-bind@^1.1.2:
2108+
version "1.1.2"
2109+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
2110+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
2111+
20512112
gensync@^1.0.0-beta.1:
20522113
version "1.0.0-beta.1"
20532114
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
@@ -2058,11 +2119,35 @@ get-caller-file@^2.0.1:
20582119
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
20592120
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
20602121

2122+
get-intrinsic@^1.2.6:
2123+
version "1.3.0"
2124+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
2125+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
2126+
dependencies:
2127+
call-bind-apply-helpers "^1.0.2"
2128+
es-define-property "^1.0.1"
2129+
es-errors "^1.3.0"
2130+
es-object-atoms "^1.1.1"
2131+
function-bind "^1.1.2"
2132+
get-proto "^1.0.1"
2133+
gopd "^1.2.0"
2134+
has-symbols "^1.1.0"
2135+
hasown "^2.0.2"
2136+
math-intrinsics "^1.1.0"
2137+
20612138
get-port@^5.1.1:
20622139
version "5.1.1"
20632140
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
20642141
integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
20652142

2143+
get-proto@^1.0.1:
2144+
version "1.0.1"
2145+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
2146+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
2147+
dependencies:
2148+
dunder-proto "^1.0.1"
2149+
es-object-atoms "^1.0.0"
2150+
20662151
get-stream@^4.0.0:
20672152
version "4.1.0"
20682153
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -2106,6 +2191,11 @@ globals@^11.1.0:
21062191
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
21072192
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
21082193

2194+
gopd@^1.2.0:
2195+
version "1.2.0"
2196+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
2197+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
2198+
21092199
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.3:
21102200
version "4.2.3"
21112201
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
@@ -2172,6 +2262,18 @@ has-symbols@^1.0.0, has-symbols@^1.0.1:
21722262
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
21732263
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
21742264

2265+
has-symbols@^1.0.3, has-symbols@^1.1.0:
2266+
version "1.1.0"
2267+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
2268+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
2269+
2270+
has-tostringtag@^1.0.2:
2271+
version "1.0.2"
2272+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
2273+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
2274+
dependencies:
2275+
has-symbols "^1.0.3"
2276+
21752277
has-value@^0.3.1:
21762278
version "0.3.1"
21772279
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -2210,6 +2312,13 @@ has@^1.0.3:
22102312
dependencies:
22112313
function-bind "^1.1.1"
22122314

2315+
hasown@^2.0.2:
2316+
version "2.0.2"
2317+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
2318+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
2319+
dependencies:
2320+
function-bind "^1.1.2"
2321+
22132322
hexer@^1.5.0:
22142323
version "1.5.0"
22152324
resolved "https://registry.yarnpkg.com/hexer/-/hexer-1.5.0.tgz#b86ce808598e8a9d1892c571f3cedd86fc9f0653"
@@ -3313,6 +3422,11 @@ map-visit@^1.0.0:
33133422
dependencies:
33143423
object-visit "^1.0.0"
33153424

3425+
math-intrinsics@^1.1.0:
3426+
version "1.1.0"
3427+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
3428+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
3429+
33163430
media-typer@0.3.0:
33173431
version "0.3.0"
33183432
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -3836,6 +3950,11 @@ prompts@^2.0.1:
38363950
kleur "^3.0.3"
38373951
sisteransi "^1.0.3"
38383952

3953+
proxy-from-env@^1.1.0:
3954+
version "1.1.0"
3955+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
3956+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
3957+
38393958
psl@^1.1.28:
38403959
version "1.7.0"
38413960
resolved "https://registry.yarnpkg.com/psl/-/psl-1.7.0.tgz#f1c4c47a8ef97167dea5d6bbf4816d736e884a3c"

0 commit comments

Comments
 (0)