File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 50
50
"@types/airtable" : " ^0.10.5" ,
51
51
"@types/js-cookie" : " ^3.0.6" ,
52
52
"airtable" : " ^0.12.2" ,
53
- "axios" : " ^1.9 .0" ,
53
+ "axios" : " ^1.12 .0" ,
54
54
"cva" : " ^1.0.0-beta.4" ,
55
55
"date-fns" : " ^2.29.3" ,
56
56
"eslint-plugin-vitest" : " ^0.3.22" ,
Original file line number Diff line number Diff line change @@ -5280,13 +5280,13 @@ axios@^0.27.2:
5280
5280
follow-redirects "^1.14.9"
5281
5281
form-data "^4.0.0"
5282
5282
5283
- axios@^1.9 .0:
5284
- version "1.9 .0"
5285
- resolved "https://registry.npmjs.org /axios/-/axios-1.9 .0.tgz"
5286
- integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg ==
5283
+ axios@^1.12 .0:
5284
+ version "1.12 .0"
5285
+ resolved "https://registry.yarnpkg.com /axios/-/axios-1.12 .0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3 "
5286
+ integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg ==
5287
5287
dependencies:
5288
5288
follow-redirects "^1.15.6"
5289
- form-data "^4.0.0 "
5289
+ form-data "^4.0.4 "
5290
5290
proxy-from-env "^1.1.0"
5291
5291
5292
5292
axobject-query@^4.1.0:
@@ -8226,13 +8226,15 @@ form-data@^3.0.0:
8226
8226
combined-stream "^1.0.8"
8227
8227
mime-types "^2.1.12"
8228
8228
8229
- form-data@^4.0.0:
8230
- version "4.0.0 "
8231
- resolved "https://registry.npmjs.org /form-data/-/form-data-4.0.0 .tgz"
8232
- integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww ==
8229
+ form-data@^4.0.0, form-data@^4.0.4 :
8230
+ version "4.0.4 "
8231
+ resolved "https://registry.yarnpkg.com /form-data/-/form-data-4.0.4 .tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4 "
8232
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow ==
8233
8233
dependencies:
8234
8234
asynckit "^0.4.0"
8235
8235
combined-stream "^1.0.8"
8236
+ es-set-tostringtag "^2.1.0"
8237
+ hasown "^2.0.2"
8236
8238
mime-types "^2.1.12"
8237
8239
8238
8240
form-data@~2.3.2:
You can’t perform that action at this time.
0 commit comments