File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 25
25
]
26
26
},
27
27
"dependencies" : {
28
- "axios" : " ^1.10 .0" ,
28
+ "axios" : " ^1.11 .0" ,
29
29
"nookies" : " ^2.5.2" ,
30
30
"react" : " ^18.3.1" ,
31
31
"react-dom" : " ^18.3.1" ,
Original file line number Diff line number Diff line change @@ -2582,13 +2582,13 @@ available-typed-arrays@^1.0.7:
2582
2582
dependencies :
2583
2583
possible-typed-array-names "^1.0.0"
2584
2584
2585
- axios@^1.10 .0 :
2586
- version "1.10 .0"
2587
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.10 .0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54 "
2588
- integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw ==
2585
+ axios@^1.11 .0 :
2586
+ version "1.11 .0"
2587
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.11 .0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6 "
2588
+ integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA ==
2589
2589
dependencies :
2590
2590
follow-redirects "^1.15.6"
2591
- form-data "^4.0.0 "
2591
+ form-data "^4.0.4 "
2592
2592
proxy-from-env "^1.1.0"
2593
2593
2594
2594
babel-jest@30.0.4 :
@@ -3529,6 +3529,16 @@ es-set-tostringtag@^2.0.3:
3529
3529
has-tostringtag "^1.0.2"
3530
3530
hasown "^2.0.1"
3531
3531
3532
+ es-set-tostringtag@^2.1.0 :
3533
+ version "2.1.0"
3534
+ resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
3535
+ integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
3536
+ dependencies :
3537
+ es-errors "^1.3.0"
3538
+ get-intrinsic "^1.2.6"
3539
+ has-tostringtag "^1.0.2"
3540
+ hasown "^2.0.2"
3541
+
3532
3542
es-shim-unscopables@^1.0.2 :
3533
3543
version "1.0.2"
3534
3544
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -3926,13 +3936,15 @@ foreground-child@^3.1.0:
3926
3936
cross-spawn "^7.0.6"
3927
3937
signal-exit "^4.0.1"
3928
3938
3929
- form-data@^4.0.0 :
3930
- version "4.0.0 "
3931
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0 .tgz#93919daeaf361ee529584b9b31664dc12c9fa452 "
3932
- integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww ==
3939
+ form-data@^4.0.4 :
3940
+ version "4.0.4 "
3941
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4 .tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4 "
3942
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow ==
3933
3943
dependencies :
3934
3944
asynckit "^0.4.0"
3935
3945
combined-stream "^1.0.8"
3946
+ es-set-tostringtag "^2.1.0"
3947
+ hasown "^2.0.2"
3936
3948
mime-types "^2.1.12"
3937
3949
3938
3950
fs.realpath@^1.0.0 :
You can’t perform that action at this time.
0 commit comments