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

644
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -68,7 +68,7 @@
"express-fileupload": "^1.1.9",
"md5": "^2.3.0",
"music-metadata": "^7.5.3",
"pac-proxy-agent": "^5.0.0",
"pac-proxy-agent": "^7.0.0",
"qrcode": "^1.4.4",
"safe-decode-uri-component": "^1.2.1",
"tunnel": "^0.0.6",

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')

6171
yarn.lock

File diff suppressed because it is too large Load Diff