Merge pull request #124 from CUBETIQ/dependabot/npm_and_yarn/https-proxy-agent-7.0.0
Bump https-proxy-agent from 6.2.0 to 7.0.0
This commit is contained in:
commit
f65f6c2c23
14
package-lock.json
generated
14
package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"axios": "^1.2.0",
|
||||
"commander": "^10.0.0",
|
||||
"https-proxy-agent": "^6.0.0",
|
||||
"https-proxy-agent": "^7.0.0",
|
||||
"socket.io-client": "^4.5.1"
|
||||
},
|
||||
"bin": {
|
||||
@ -451,9 +451,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/https-proxy-agent": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-6.2.0.tgz",
|
||||
"integrity": "sha512-4xhCnMpxR9fupa7leh9uJK2P/qjYIeaM9uZ9c1bi1JDSwX2VH9NDk/oKSToNX4gBKa2WT31Mldne7e26ckohLQ==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz",
|
||||
"integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==",
|
||||
"dependencies": {
|
||||
"agent-base": "^7.0.2",
|
||||
"debug": "4"
|
||||
@ -1269,9 +1269,9 @@
|
||||
}
|
||||
},
|
||||
"https-proxy-agent": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-6.2.0.tgz",
|
||||
"integrity": "sha512-4xhCnMpxR9fupa7leh9uJK2P/qjYIeaM9uZ9c1bi1JDSwX2VH9NDk/oKSToNX4gBKa2WT31Mldne7e26ckohLQ==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz",
|
||||
"integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==",
|
||||
"requires": {
|
||||
"agent-base": "^7.0.2",
|
||||
"debug": "4"
|
||||
|
@ -24,7 +24,7 @@
|
||||
"dependencies": {
|
||||
"axios": "^1.2.0",
|
||||
"commander": "^10.0.0",
|
||||
"https-proxy-agent": "^6.0.0",
|
||||
"https-proxy-agent": "^7.0.0",
|
||||
"socket.io-client": "^4.5.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
Loading…
Reference in New Issue
Block a user