Skip to content

Commit

Permalink
fix(deps): revert to node-fetch (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Nov 17, 2021
1 parent a571938 commit e475060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

const fetch = require('node-fetch');
const fs = require('fs');
const path = require('path');
const { fetch } = require('undici');
const { CI_DOMAIN } = require('./ci/ci_type_parser');
const proxy = require('./proxy');
const {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"listr2": "^3.13.3",
"lodash": "^4.17.21",
"log-symbols": "^4.1.0",
"node-fetch": "^2.6.1",
"ora": "^5.4.1",
"proxy-agent": "^5.0.0",
"replace-in-file": "^6.3.2",
"rimraf": "^3.0.2",
"undici": "^4.9.5",
"which": "^2.0.2",
"yargs": "^17.2.1"
},
Expand Down

0 comments on commit e475060

Please sign in to comment.