Skip to content

Commit 2f64e24

Browse files
fix(deps): update dependency axios to v1.11.0
1 parent 0057bfd commit 2f64e24

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ [email protected]:
269269
proxy-from-env "^1.1.0"
270270

271271
axios@^1.4.0:
272-
version "1.10.0"
273-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
274-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
272+
version "1.11.0"
273+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
274+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
275275
dependencies:
276276
follow-redirects "^1.15.6"
277-
form-data "^4.0.0"
277+
form-data "^4.0.4"
278278
proxy-from-env "^1.1.0"
279279

280280
balanced-match@^1.0.0:
@@ -657,6 +657,17 @@ form-data@^4.0.0:
657657
hasown "^2.0.2"
658658
mime-types "^2.1.12"
659659

660+
form-data@^4.0.4:
661+
version "4.0.4"
662+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
663+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
664+
dependencies:
665+
asynckit "^0.4.0"
666+
combined-stream "^1.0.8"
667+
es-set-tostringtag "^2.1.0"
668+
hasown "^2.0.2"
669+
mime-types "^2.1.12"
670+
660671
fs.realpath@^1.0.0:
661672
version "1.0.0"
662673
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"

0 commit comments

Comments
 (0)