Skip to content

Commit 128c4b5

Browse files
fix(deps): bump proxy-agent from 6.3.1 to 6.4.0
Bumps [proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/proxy-agent@6.4.0/packages/proxy-agent) --- updated-dependencies: - dependency-name: proxy-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6483154 commit 128c4b5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@salesforce/ts-types": "^2.0.9",
4545
"applicationinsights": "^2.9.4",
4646
"got": "^11",
47-
"proxy-agent": "^6.3.1"
47+
"proxy-agent": "^6.4.0"
4848
},
4949
"devDependencies": {
5050
"@salesforce/dev-scripts": "^8.3.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3005,10 +3005,10 @@ http-proxy-agent@^5.0.0:
30053005
agent-base "6"
30063006
debug "4"
30073007

3008-
http-proxy-agent@^7.0.0:
3009-
version "7.0.0"
3010-
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673"
3011-
integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==
3008+
http-proxy-agent@^7.0.0, http-proxy-agent@^7.0.1:
3009+
version "7.0.2"
3010+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
3011+
integrity sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==
30123012
dependencies:
30133013
agent-base "^7.1.0"
30143014
debug "^4.3.4"
@@ -3029,10 +3029,10 @@ https-proxy-agent@^5.0.0:
30293029
agent-base "6"
30303030
debug "4"
30313031

3032-
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2:
3033-
version "7.0.2"
3034-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b"
3035-
integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==
3032+
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
3033+
version "7.0.4"
3034+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
3035+
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
30363036
dependencies:
30373037
agent-base "^7.0.2"
30383038
debug "4"
@@ -4575,15 +4575,15 @@ proper-lockfile@^4.1.2:
45754575
retry "^0.12.0"
45764576
signal-exit "^3.0.2"
45774577

4578-
proxy-agent@^6.3.1:
4579-
version "6.3.1"
4580-
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.3.1.tgz#40e7b230552cf44fd23ffaf7c59024b692612687"
4581-
integrity sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==
4578+
proxy-agent@^6.4.0:
4579+
version "6.4.0"
4580+
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.4.0.tgz#b4e2dd51dee2b377748aef8d45604c2d7608652d"
4581+
integrity sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==
45824582
dependencies:
45834583
agent-base "^7.0.2"
45844584
debug "^4.3.4"
4585-
http-proxy-agent "^7.0.0"
4586-
https-proxy-agent "^7.0.2"
4585+
http-proxy-agent "^7.0.1"
4586+
https-proxy-agent "^7.0.3"
45874587
lru-cache "^7.14.1"
45884588
pac-proxy-agent "^7.0.1"
45894589
proxy-from-env "^1.1.0"

0 commit comments

Comments
 (0)