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:
Sambo Chea 2023-05-29 16:47:18 +07:00 committed by GitHub
commit f65f6c2c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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"

View File

@ -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": {