Skip to content

Commit c308719

Browse files
chore(deps): bump axios from 1.6.8 to 1.10.0
Bumps [axios](https://github.com/axios/axios) from 1.6.8 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@v1.6.8...v1.10.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.10.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8534689 commit c308719

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,9 +1768,9 @@ asynckit@^0.4.0:
17681768
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
17691769

17701770
axios@^1.0.0:
1771-
version "1.6.8"
1772-
resolved "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
1773-
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
1771+
version "1.10.0"
1772+
resolved "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
1773+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
17741774
dependencies:
17751775
follow-redirects "^1.15.6"
17761776
form-data "^4.0.0"
@@ -6218,7 +6218,16 @@ string-length@^4.0.1:
62186218
char-regex "^1.0.2"
62196219
strip-ansi "^6.0.0"
62206220

6221-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
6221+
"string-width-cjs@npm:string-width@^4.2.0":
6222+
version "4.2.3"
6223+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6224+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6225+
dependencies:
6226+
emoji-regex "^8.0.0"
6227+
is-fullwidth-code-point "^3.0.0"
6228+
strip-ansi "^6.0.1"
6229+
6230+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
62226231
version "4.2.3"
62236232
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
62246233
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6259,7 +6268,7 @@ string_decoder@~1.1.1:
62596268
dependencies:
62606269
safe-buffer "~5.1.0"
62616270

6262-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
6271+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
62636272
version "6.0.1"
62646273
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
62656274
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6273,6 +6282,13 @@ strip-ansi@^6.0.0:
62736282
dependencies:
62746283
ansi-regex "^5.0.0"
62756284

6285+
strip-ansi@^6.0.1:
6286+
version "6.0.1"
6287+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6288+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6289+
dependencies:
6290+
ansi-regex "^5.0.1"
6291+
62766292
strip-ansi@^7.0.1:
62776293
version "7.1.0"
62786294
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -6754,7 +6770,7 @@ wordwrap@^1.0.0:
67546770
resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
67556771
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
67566772

6757-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6773+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
67586774
version "7.0.0"
67596775
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
67606776
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6772,6 +6788,15 @@ wrap-ansi@^6.0.1:
67726788
string-width "^4.1.0"
67736789
strip-ansi "^6.0.0"
67746790

6791+
wrap-ansi@^7.0.0:
6792+
version "7.0.0"
6793+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6794+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6795+
dependencies:
6796+
ansi-styles "^4.0.0"
6797+
string-width "^4.1.0"
6798+
strip-ansi "^6.0.0"
6799+
67756800
wrap-ansi@^8.1.0:
67766801
version "8.1.0"
67776802
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)