Skip to content

Commit a0d898a

Browse files
build(deps): bump axios from 1.7.9 to 1.12.1
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.12.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.12.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 120a308 commit a0d898a

File tree

1 file changed

+43
-7
lines changed

1 file changed

+43
-7
lines changed

yarn.lock

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4392,12 +4392,12 @@ aws4@^1.8.0:
43924392
integrity sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==
43934393

43944394
axios@^1.6.0:
4395-
version "1.7.9"
4396-
resolved "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
4397-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
4395+
version "1.12.1"
4396+
resolved "https://registry.npmjs.org/axios/-/axios-1.12.1.tgz#0747b39c5b615f81f93f2c138e6d82a71426937f"
4397+
integrity sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==
43984398
dependencies:
43994399
follow-redirects "^1.15.6"
4400-
form-data "^4.0.0"
4400+
form-data "^4.0.4"
44014401
proxy-from-env "^1.1.0"
44024402

44034403
b4a@^1.6.4:
@@ -7767,6 +7767,17 @@ form-data@^4.0.0:
77677767
combined-stream "^1.0.8"
77687768
mime-types "^2.1.12"
77697769

7770+
form-data@^4.0.4:
7771+
version "4.0.4"
7772+
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
7773+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
7774+
dependencies:
7775+
asynckit "^0.4.0"
7776+
combined-stream "^1.0.8"
7777+
es-set-tostringtag "^2.1.0"
7778+
hasown "^2.0.2"
7779+
mime-types "^2.1.12"
7780+
77707781
form-data@~2.3.2:
77717782
version "2.3.3"
77727783
resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -15139,7 +15150,7 @@ string-argv@~0.3.1:
1513915150
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1514015151
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1514115152

15142-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15153+
"string-width-cjs@npm:string-width@^4.2.0":
1514315154
version "4.2.3"
1514415155
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1514515156
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -15157,6 +15168,15 @@ string-width@^1.0.1, string-width@^1.0.2:
1515715168
is-fullwidth-code-point "^1.0.0"
1515815169
strip-ansi "^3.0.0"
1515915170

15171+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15172+
version "4.2.3"
15173+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15174+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
15175+
dependencies:
15176+
emoji-regex "^8.0.0"
15177+
is-fullwidth-code-point "^3.0.0"
15178+
strip-ansi "^6.0.1"
15179+
1516015180
string-width@^2.1.1:
1516115181
version "2.1.1"
1516215182
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -15220,7 +15240,7 @@ string_decoder@~1.1.1:
1522015240
dependencies:
1522115241
safe-buffer "~5.1.0"
1522215242

15223-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15243+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1522415244
version "6.0.1"
1522515245
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1522615246
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -15241,6 +15261,13 @@ strip-ansi@^4.0.0:
1524115261
dependencies:
1524215262
ansi-regex "^3.0.0"
1524315263

15264+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15265+
version "6.0.1"
15266+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
15267+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
15268+
dependencies:
15269+
ansi-regex "^5.0.1"
15270+
1524415271
strip-ansi@^7.0.1:
1524515272
version "7.1.0"
1524615273
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -16913,7 +16940,7 @@ [email protected]:
1691316940
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
1691416941
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
1691516942

16916-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
16943+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1691716944
version "7.0.0"
1691816945
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1691916946
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -16947,6 +16974,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1694716974
string-width "^4.1.0"
1694816975
strip-ansi "^6.0.0"
1694916976

16977+
wrap-ansi@^7.0.0:
16978+
version "7.0.0"
16979+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
16980+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
16981+
dependencies:
16982+
ansi-styles "^4.0.0"
16983+
string-width "^4.1.0"
16984+
strip-ansi "^6.0.0"
16985+
1695016986
wrap-ansi@^8.1.0:
1695116987
version "8.1.0"
1695216988
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)