Skip to content

Commit db6cf93

Browse files
authored
chore(package): update axios to version 0.30.0
1 parent bfb1549 commit db6cf93

File tree

2 files changed

+130
-11
lines changed

2 files changed

+130
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"dependencies": {
32-
"axios": "^0.21.4",
32+
"axios": "^0.30.0",
3333
"commander": "^6.2.1",
3434
"snyk": "^1.685.0"
3535
},

yarn.lock

Lines changed: 129 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,12 +1542,14 @@ aws4@^1.8.0:
15421542
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
15431543
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
15441544

1545-
axios@^0.21.4:
1546-
version "0.21.4"
1547-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
1548-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
1545+
axios@^0.30.0:
1546+
version "0.30.0"
1547+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
1548+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
15491549
dependencies:
1550-
follow-redirects "^1.14.0"
1550+
follow-redirects "^1.15.4"
1551+
form-data "^4.0.0"
1552+
proxy-from-env "^1.1.0"
15511553

15521554
babel-jest@^26.6.3:
15531555
version "26.6.3"
@@ -1836,6 +1838,14 @@ cachedir@2.2.0:
18361838
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
18371839
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
18381840

1841+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
1842+
version "1.0.2"
1843+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
1844+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
1845+
dependencies:
1846+
es-errors "^1.3.0"
1847+
function-bind "^1.1.2"
1848+
18391849
call-limit@^1.1.1:
18401850
version "1.1.1"
18411851
resolved "https://registry.yarnpkg.com/call-limit/-/call-limit-1.1.1.tgz#ef15f2670db3f1992557e2d965abc459e6e358d4"
@@ -2190,7 +2200,7 @@ columnify@~1.5.4:
21902200
strip-ansi "^3.0.0"
21912201
wcwidth "^1.0.0"
21922202

2193-
combined-stream@^1.0.6, combined-stream@~1.0.6:
2203+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
21942204
version "1.0.8"
21952205
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
21962206
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -2766,6 +2776,15 @@ dotenv@^5.0.1:
27662776
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
27672777
integrity sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==
27682778

2779+
dunder-proto@^1.0.1:
2780+
version "1.0.1"
2781+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
2782+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
2783+
dependencies:
2784+
call-bind-apply-helpers "^1.0.1"
2785+
es-errors "^1.3.0"
2786+
gopd "^1.2.0"
2787+
27692788
duplexer2@~0.1.0:
27702789
version "0.1.4"
27712790
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
@@ -2898,6 +2917,33 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
28982917
string.prototype.trimend "^1.0.1"
28992918
string.prototype.trimstart "^1.0.1"
29002919

2920+
es-define-property@^1.0.1:
2921+
version "1.0.1"
2922+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
2923+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
2924+
2925+
es-errors@^1.3.0:
2926+
version "1.3.0"
2927+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
2928+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
2929+
2930+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
2931+
version "1.1.1"
2932+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
2933+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
2934+
dependencies:
2935+
es-errors "^1.3.0"
2936+
2937+
es-set-tostringtag@^2.1.0:
2938+
version "2.1.0"
2939+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
2940+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
2941+
dependencies:
2942+
es-errors "^1.3.0"
2943+
get-intrinsic "^1.2.6"
2944+
has-tostringtag "^1.0.2"
2945+
hasown "^2.0.2"
2946+
29012947
es-to-primitive@^1.2.1:
29022948
version "1.2.1"
29032949
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3297,10 +3343,10 @@ flush-write-stream@^1.0.0:
32973343
inherits "^2.0.3"
32983344
readable-stream "^2.3.6"
32993345

3300-
follow-redirects@^1.14.0:
3301-
version "1.14.8"
3302-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
3303-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
3346+
follow-redirects@^1.15.4:
3347+
version "1.15.9"
3348+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
3349+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
33043350

33053351
for-in@^1.0.2:
33063352
version "1.0.2"
@@ -3312,6 +3358,16 @@ forever-agent@~0.6.1:
33123358
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
33133359
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
33143360

3361+
form-data@^4.0.0:
3362+
version "4.0.2"
3363+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
3364+
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3365+
dependencies:
3366+
asynckit "^0.4.0"
3367+
combined-stream "^1.0.8"
3368+
es-set-tostringtag "^2.1.0"
3369+
mime-types "^2.1.12"
3370+
33153371
form-data@~2.3.2:
33163372
version "2.3.3"
33173373
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -3425,6 +3481,11 @@ function-bind@^1.1.1:
34253481
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
34263482
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
34273483

3484+
function-bind@^1.1.2:
3485+
version "1.1.2"
3486+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3487+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3488+
34283489
gauge@~2.7.3:
34293490
version "2.7.4"
34303491
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -3476,6 +3537,22 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
34763537
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
34773538
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
34783539

3540+
get-intrinsic@^1.2.6:
3541+
version "1.3.0"
3542+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
3543+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
3544+
dependencies:
3545+
call-bind-apply-helpers "^1.0.2"
3546+
es-define-property "^1.0.1"
3547+
es-errors "^1.3.0"
3548+
es-object-atoms "^1.1.1"
3549+
function-bind "^1.1.2"
3550+
get-proto "^1.0.1"
3551+
gopd "^1.2.0"
3552+
has-symbols "^1.1.0"
3553+
hasown "^2.0.2"
3554+
math-intrinsics "^1.1.0"
3555+
34793556
get-own-enumerable-property-symbols@^3.0.0:
34803557
version "3.0.2"
34813558
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -3486,6 +3563,14 @@ get-package-type@^0.1.0:
34863563
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
34873564
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
34883565

3566+
get-proto@^1.0.1:
3567+
version "1.0.1"
3568+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
3569+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
3570+
dependencies:
3571+
dunder-proto "^1.0.1"
3572+
es-object-atoms "^1.0.0"
3573+
34893574
get-stdin@8.0.0:
34903575
version "8.0.0"
34913576
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
@@ -3625,6 +3710,11 @@ globby@^11.0.0, globby@^11.0.1:
36253710
merge2 "^1.3.0"
36263711
slash "^3.0.0"
36273712

3713+
gopd@^1.2.0:
3714+
version "1.2.0"
3715+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
3716+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
3717+
36283718
got@^6.7.1:
36293719
version "6.7.1"
36303720
resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"
@@ -3702,6 +3792,18 @@ has-symbols@^1.0.0, has-symbols@^1.0.1:
37023792
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
37033793
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
37043794

3795+
has-symbols@^1.0.3, has-symbols@^1.1.0:
3796+
version "1.1.0"
3797+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
3798+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
3799+
3800+
has-tostringtag@^1.0.2:
3801+
version "1.0.2"
3802+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
3803+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
3804+
dependencies:
3805+
has-symbols "^1.0.3"
3806+
37053807
has-unicode@^2.0.0, has-unicode@~2.0.1:
37063808
version "2.0.1"
37073809
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3745,6 +3847,13 @@ has@^1.0.3:
37453847
dependencies:
37463848
function-bind "^1.1.1"
37473849

3850+
hasown@^2.0.2:
3851+
version "2.0.2"
3852+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
3853+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
3854+
dependencies:
3855+
function-bind "^1.1.2"
3856+
37483857
homedir-polyfill@^1.0.1:
37493858
version "1.0.3"
37503859
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
@@ -5649,6 +5758,11 @@ marked@^2.0.0:
56495758
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.0.tgz#9662bbcb77ebbded0662a7be66ff929a8611cee5"
56505759
integrity sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==
56515760

5761+
math-intrinsics@^1.1.0:
5762+
version "1.1.0"
5763+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
5764+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
5765+
56525766
meant@^1.0.2:
56535767
version "1.0.2"
56545768
resolved "https://registry.yarnpkg.com/meant/-/meant-1.0.2.tgz#5d0c78310a3d8ae1408a16be0fe0bd42a969f560"
@@ -7086,6 +7200,11 @@ protoduck@^5.0.1:
70867200
dependencies:
70877201
genfun "^5.0.0"
70887202

7203+
proxy-from-env@^1.1.0:
7204+
version "1.1.0"
7205+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
7206+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
7207+
70897208
prr@~1.0.1:
70907209
version "1.0.1"
70917210
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)