Skip to content

Commit bc8c4d0

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

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@aws-sdk/client-ecr-public": "^3.231.0",
3333
"@docker/actions-toolkit": "^0.2.0",
3434
"http-proxy-agent": "^7.0.0",
35-
"https-proxy-agent": "^5.0.1"
35+
"https-proxy-agent": "^7.0.0"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^16.18.21",

yarn.lock

+6-13
Original file line numberDiff line numberDiff line change
@@ -2100,14 +2100,7 @@ acorn@^8.8.0:
21002100
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
21012101
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
21022102

2103-
agent-base@6:
2104-
version "6.0.2"
2105-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
2106-
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
2107-
dependencies:
2108-
debug "4"
2109-
2110-
agent-base@^7.1.0:
2103+
agent-base@^7.0.2, agent-base@^7.1.0:
21112104
version "7.1.0"
21122105
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
21132106
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
@@ -2975,12 +2968,12 @@ http-proxy-agent@^7.0.0:
29752968
agent-base "^7.1.0"
29762969
debug "^4.3.4"
29772970

2978-
https-proxy-agent@^5.0.1:
2979-
version "5.0.1"
2980-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
2981-
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
2971+
https-proxy-agent@^7.0.0:
2972+
version "7.0.0"
2973+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a"
2974+
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==
29822975
dependencies:
2983-
agent-base "6"
2976+
agent-base "^7.0.2"
29842977
debug "4"
29852978

29862979
human-signals@^2.1.0:

0 commit comments

Comments
 (0)