Skip to content

Commit 0a596be

Browse files
build(deps): bump axios from 0.21.1 to 1.10.0
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 1.10.0. - [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.10.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36c56ce commit 0a596be

File tree

2 files changed

+127
-12
lines changed

2 files changed

+127
-12
lines changed

packages/leetcode-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"leetcode": "./src/cli.js"
77
},
88
"dependencies": {
9-
"axios": "^0.21.1",
9+
"axios": "^1.10.0",
1010
"commander": "^2.20.0",
1111
"crd-utils": "^1.5.0",
1212
"enquirer": "^2.3.0",

yarn.lock

Lines changed: 126 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,12 +2213,14 @@ axe-core@^4.0.2:
22132213
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.0.2.tgz#c7cf7378378a51fcd272d3c09668002a4990b1cb"
22142214
integrity sha512-arU1h31OGFu+LPrOLGZ7nB45v940NMDMEJeNmbutu57P+UFDVnkZg3e+J1I2HJRZ9hT7gO8J91dn/PMrAiKakA==
22152215

2216-
axios@^0.21.1:
2217-
version "0.21.1"
2218-
resolved "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2219-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2216+
axios@^1.10.0:
2217+
version "1.10.0"
2218+
resolved "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
2219+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
22202220
dependencies:
2221-
follow-redirects "^1.10.0"
2221+
follow-redirects "^1.15.6"
2222+
form-data "^4.0.0"
2223+
proxy-from-env "^1.1.0"
22222224

22232225
axobject-query@^2.2.0:
22242226
version "2.2.0"
@@ -2545,6 +2547,14 @@ cache-base@^1.0.1:
25452547
union-value "^1.0.0"
25462548
unset-value "^1.0.0"
25472549

2550+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
2551+
version "1.0.2"
2552+
resolved "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
2553+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
2554+
dependencies:
2555+
es-errors "^1.3.0"
2556+
function-bind "^1.1.2"
2557+
25482558
call-bind@^1.0.0:
25492559
version "1.0.0"
25502560
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce"
@@ -3024,7 +3034,7 @@ columnify@^1.5.4:
30243034
strip-ansi "^3.0.0"
30253035
wcwidth "^1.0.0"
30263036

3027-
combined-stream@^1.0.6, combined-stream@~1.0.6:
3037+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
30283038
version "1.0.8"
30293039
resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
30303040
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -3970,6 +3980,15 @@ dot-prop@^5.1.0, dot-prop@^5.2.0:
39703980
dependencies:
39713981
is-obj "^2.0.0"
39723982

3983+
dunder-proto@^1.0.1:
3984+
version "1.0.1"
3985+
resolved "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
3986+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
3987+
dependencies:
3988+
call-bind-apply-helpers "^1.0.1"
3989+
es-errors "^1.3.0"
3990+
gopd "^1.2.0"
3991+
39733992
duplexer@^0.1.1:
39743993
version "0.1.2"
39753994
resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
@@ -4148,6 +4167,33 @@ es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1:
41484167
string.prototype.trimend "^1.0.1"
41494168
string.prototype.trimstart "^1.0.1"
41504169

4170+
es-define-property@^1.0.1:
4171+
version "1.0.1"
4172+
resolved "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
4173+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
4174+
4175+
es-errors@^1.3.0:
4176+
version "1.3.0"
4177+
resolved "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
4178+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
4179+
4180+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
4181+
version "1.1.1"
4182+
resolved "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
4183+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
4184+
dependencies:
4185+
es-errors "^1.3.0"
4186+
4187+
es-set-tostringtag@^2.1.0:
4188+
version "2.1.0"
4189+
resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
4190+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
4191+
dependencies:
4192+
es-errors "^1.3.0"
4193+
get-intrinsic "^1.2.6"
4194+
has-tostringtag "^1.0.2"
4195+
hasown "^2.0.2"
4196+
41514197
es-to-primitive@^1.2.1:
41524198
version "1.2.1"
41534199
resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -5013,10 +5059,10 @@ flush-write-stream@^1.0.0:
50135059
inherits "^2.0.3"
50145060
readable-stream "^2.3.6"
50155061

5016-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
5017-
version "1.13.1"
5018-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
5019-
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
5062+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
5063+
version "1.15.9"
5064+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
5065+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
50205066

50215067
for-in@^0.1.3:
50225068
version "0.1.8"
@@ -5040,6 +5086,17 @@ forever-agent@~0.6.1:
50405086
resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
50415087
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
50425088

5089+
form-data@^4.0.0:
5090+
version "4.0.3"
5091+
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
5092+
integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
5093+
dependencies:
5094+
asynckit "^0.4.0"
5095+
combined-stream "^1.0.8"
5096+
es-set-tostringtag "^2.1.0"
5097+
hasown "^2.0.2"
5098+
mime-types "^2.1.12"
5099+
50435100
form-data@~2.3.2:
50445101
version "2.3.3"
50455102
resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -5139,6 +5196,11 @@ function-bind@^1.1.1:
51395196
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
51405197
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
51415198

5199+
function-bind@^1.1.2:
5200+
version "1.1.2"
5201+
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
5202+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
5203+
51425204
functional-red-black-tree@^1.0.1:
51435205
version "1.0.1"
51445206
resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -5182,6 +5244,22 @@ get-intrinsic@^1.0.0:
51825244
has "^1.0.3"
51835245
has-symbols "^1.0.1"
51845246

5247+
get-intrinsic@^1.2.6:
5248+
version "1.3.0"
5249+
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
5250+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
5251+
dependencies:
5252+
call-bind-apply-helpers "^1.0.2"
5253+
es-define-property "^1.0.1"
5254+
es-errors "^1.3.0"
5255+
es-object-atoms "^1.1.1"
5256+
function-bind "^1.1.2"
5257+
get-proto "^1.0.1"
5258+
gopd "^1.2.0"
5259+
has-symbols "^1.1.0"
5260+
hasown "^2.0.2"
5261+
math-intrinsics "^1.1.0"
5262+
51855263
get-pkg-repo@^1.0.0:
51865264
version "1.4.0"
51875265
resolved "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
@@ -5198,6 +5276,14 @@ get-port@^4.2.0:
51985276
resolved "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
51995277
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
52005278

5279+
get-proto@^1.0.1:
5280+
version "1.0.1"
5281+
resolved "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
5282+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
5283+
dependencies:
5284+
dunder-proto "^1.0.1"
5285+
es-object-atoms "^1.0.0"
5286+
52015287
get-stdin@^4.0.1:
52025288
version "4.0.1"
52035289
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -5393,6 +5479,11 @@ globby@^9.2.0:
53935479
pify "^4.0.1"
53945480
slash "^2.0.0"
53955481

5482+
gopd@^1.2.0:
5483+
version "1.2.0"
5484+
resolved "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
5485+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
5486+
53965487
53975488
version "4.1.11"
53985489
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
@@ -5472,6 +5563,18 @@ has-symbols@^1.0.1:
54725563
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
54735564
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
54745565

5566+
has-symbols@^1.0.3, has-symbols@^1.1.0:
5567+
version "1.1.0"
5568+
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
5569+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
5570+
5571+
has-tostringtag@^1.0.2:
5572+
version "1.0.2"
5573+
resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
5574+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
5575+
dependencies:
5576+
has-symbols "^1.0.3"
5577+
54755578
has-unicode@^2.0.0, has-unicode@^2.0.1:
54765579
version "2.0.1"
54775580
resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -5515,6 +5618,13 @@ has@^1.0.0, has@^1.0.1, has@^1.0.3:
55155618
dependencies:
55165619
function-bind "^1.1.1"
55175620

5621+
hasown@^2.0.2:
5622+
version "2.0.2"
5623+
resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
5624+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
5625+
dependencies:
5626+
function-bind "^1.1.2"
5627+
55185628
hast-to-hyperscript@^9.0.0:
55195629
version "9.0.1"
55205630
resolved "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d"
@@ -7137,6 +7247,11 @@ math-expression-evaluator@^1.2.14:
71377247
resolved "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.22.tgz#c14dcb3d8b4d150e5dcea9c68c8dad80309b0d5e"
71387248
integrity sha512-L0j0tFVZBQQLeEjmWOvDLoRciIY8gQGWahvkztXUal8jH8R5Rlqo9GCvgqvXcy9LQhEWdQCVvzqAbxgYNt4blQ==
71397249

7250+
math-intrinsics@^1.1.0:
7251+
version "1.1.0"
7252+
resolved "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
7253+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
7254+
71407255
maxstache-stream@^1.0.0:
71417256
version "1.0.4"
71427257
resolved "https://registry.npmjs.org/maxstache-stream/-/maxstache-stream-1.0.4.tgz#9c7f5cab7e5fdd2d90da86143b4e9631ea328040"
@@ -9242,7 +9357,7 @@ proxy-addr@~2.0.5:
92429357
forwarded "~0.1.2"
92439358
ipaddr.js "1.9.1"
92449359

9245-
proxy-from-env@^1.0.0:
9360+
proxy-from-env@^1.0.0, proxy-from-env@^1.1.0:
92469361
version "1.1.0"
92479362
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
92489363
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)