File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- import FormData from 'form-data ' ;
1+ import { FormData } from 'undici ' ;
22
33import {
44 CI_DOMAIN ,
Original file line number Diff line number Diff line change 11import { globalAgent } from 'node:https' ;
22import { spawnSync } from 'child_process' ;
33
4- import ProxyAgent from 'proxy-agent ' ;
4+ import { ProxyAgent } from 'undici ' ;
55
66import { getMergedConfig } from './config.js' ;
77
Original file line number Diff line number Diff line change 4343 "enquirer" : " ^2.3.6" ,
4444 "execa" : " ^7.0.0" ,
4545 "figures" : " ^5.0.0" ,
46- "form-data" : " ^4.0.0" ,
4746 "ghauth" : " ^5.0.1" ,
4847 "inquirer" : " ^9.1.4" ,
4948 "listr2" : " ^5.0.7" ,
5049 "lodash" : " ^4.17.21" ,
5150 "log-symbols" : " ^5.1.0" ,
5251 "ora" : " ^6.1.2" ,
53- "proxy-agent" : " ^5.0.0" ,
5452 "replace-in-file" : " ^6.3.5" ,
5553 "undici" : " ^5.20.0" ,
5654 "which" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 11import assert from 'assert' ;
22
33import sinon from 'sinon' ;
4- import FormData from 'form-data ' ;
4+ import { FormData } from 'undici ' ;
55
66import {
77 RunPRJob ,
You can’t perform that action at this time.
0 commit comments