Bump pac-proxy-agent

This commit is contained in:
WooMai
2023-07-19 23:25:14 +08:00
parent 6170e15e0d
commit df9f2da995
4 changed files with 3390 additions and 3429 deletions

View File

@ -1,7 +1,7 @@
const encrypt = require('./crypto')
const crypto = require('crypto')
const { default: axios } = require('axios')
const PacProxyAgent = require('pac-proxy-agent')
const { PacProxyAgent } = require('pac-proxy-agent')
const http = require('http')
const https = require('https')
const tunnel = require('tunnel')