Skip to content

Commit e212834

Browse files
fix(axios): Bump Axios to 0.30.0 (#4039)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent f9e9f35 commit e212834

File tree

2 files changed

+23
-38
lines changed

2 files changed

+23
-38
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"@typescript-eslint/eslint-plugin": "^7.3.1",
182182
"@typescript-eslint/parser": "^7.3.1",
183183
"autoprefixer": "^10.4.19",
184-
"axios": "0.25.0",
184+
"axios": "^0.30.0",
185185
"babel-core": "^7.0.0-bridge.0",
186186
"babel-jest": "^29.7.0",
187187
"babel-loader": "^9.1.3",
@@ -315,7 +315,7 @@
315315
"@box/metadata-editor": "^0.96.1",
316316
"@box/react-virtualized": "9.22.3-rc-box.9",
317317
"@hapi/address": "^2.1.4",
318-
"axios": "^0.25.0",
318+
"axios": "^0.30.0",
319319
"classnames": "^2.2.5",
320320
"color": "^3.1.2",
321321
"draft-js": "^0.11.7",

yarn.lock

+21-36
Original file line numberDiff line numberDiff line change
@@ -7468,13 +7468,6 @@ axe-core@^4.9.1:
74687468
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
74697469
integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
74707470

7471-
7472-
version "0.25.0"
7473-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
7474-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
7475-
dependencies:
7476-
follow-redirects "^1.14.7"
7477-
74787471
axios@^0.27.2:
74797472
version "0.27.2"
74807473
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
@@ -7483,6 +7476,15 @@ axios@^0.27.2:
74837476
follow-redirects "^1.14.9"
74847477
form-data "^4.0.0"
74857478

7479+
axios@^0.30.0:
7480+
version "0.30.0"
7481+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
7482+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
7483+
dependencies:
7484+
follow-redirects "^1.15.4"
7485+
form-data "^4.0.0"
7486+
proxy-from-env "^1.1.0"
7487+
74867488
axios@^1.6.1:
74877489
version "1.7.2"
74887490
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
@@ -12347,11 +12349,16 @@ flush-write-stream@^1.0.0:
1234712349
inherits "^2.0.3"
1234812350
readable-stream "^2.3.6"
1234912351

12350-
follow-redirects@^1.0.0, follow-redirects@^1.14.7, follow-redirects@^1.14.9, follow-redirects@^1.15.6:
12352+
follow-redirects@^1.0.0, follow-redirects@^1.14.9, follow-redirects@^1.15.6:
1235112353
version "1.15.6"
1235212354
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1235312355
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
1235412356

12357+
follow-redirects@^1.15.4:
12358+
version "1.15.9"
12359+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
12360+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
12361+
1235512362
for-each@^0.3.3:
1235612363
version "0.3.3"
1235712364
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -22393,7 +22400,8 @@ string-replace-loader@^3.1.0:
2239322400
loader-utils "^2.0.0"
2239422401
schema-utils "^3.0.0"
2239522402

22396-
"string-width-cjs@npm:string-width@^4.2.0":
22403+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
22404+
name string-width-cjs
2239722405
version "4.2.3"
2239822406
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2239922407
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -22411,15 +22419,6 @@ string-width@^1.0.1:
2241122419
is-fullwidth-code-point "^1.0.0"
2241222420
strip-ansi "^3.0.0"
2241322421

22414-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
22415-
version "4.2.3"
22416-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
22417-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
22418-
dependencies:
22419-
emoji-regex "^8.0.0"
22420-
is-fullwidth-code-point "^3.0.0"
22421-
strip-ansi "^6.0.1"
22422-
2242322422
string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
2242422423
version "2.1.1"
2242522424
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -22558,7 +22557,8 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
2255822557
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2255922558
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2256022559

22561-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
22560+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
22561+
name strip-ansi-cjs
2256222562
version "6.0.1"
2256322563
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2256422564
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -22586,13 +22586,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2258622586
dependencies:
2258722587
ansi-regex "^4.1.0"
2258822588

22589-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
22590-
version "6.0.1"
22591-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
22592-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
22593-
dependencies:
22594-
ansi-regex "^5.0.1"
22595-
2259622589
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
2259722590
version "7.1.0"
2259822591
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -24797,7 +24790,8 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
2479724790
dependencies:
2479824791
errno "~0.1.7"
2479924792

24800-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
24793+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
24794+
name wrap-ansi-cjs
2480124795
version "7.0.0"
2480224796
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2480324797
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -24840,15 +24834,6 @@ wrap-ansi@^6.2.0:
2484024834
string-width "^4.1.0"
2484124835
strip-ansi "^6.0.0"
2484224836

24843-
wrap-ansi@^7.0.0:
24844-
version "7.0.0"
24845-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
24846-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
24847-
dependencies:
24848-
ansi-styles "^4.0.0"
24849-
string-width "^4.1.0"
24850-
strip-ansi "^6.0.0"
24851-
2485224837
wrap-ansi@^8.1.0:
2485324838
version "8.1.0"
2485424839
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)