diff --git a/src/factories/createGlobalProxyAgent.js b/src/factories/createGlobalProxyAgent.js index 2f28c615..89e22b14 100644 --- a/src/factories/createGlobalProxyAgent.js +++ b/src/factories/createGlobalProxyAgent.js @@ -2,7 +2,9 @@ import http from 'http'; import https from 'https'; -import parseBoolean from 'boolean'; +import { + boolean as parseBoolean, +} from 'boolean'; import semver from 'semver'; import Logger from '../Logger'; import {