mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
Bump pac-proxy-agent
This commit is contained in:
parent
6170e15e0d
commit
df9f2da995
644
package-lock.json
generated
644
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user