Skip to content

Commit b56ed1c

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

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@aws-sdk/client-ecr": "^3.231.0",
3232
"@aws-sdk/client-ecr-public": "^3.231.0",
3333
"@docker/actions-toolkit": "^0.2.0",
34-
"http-proxy-agent": "^5.0.0",
34+
"http-proxy-agent": "^7.0.0",
3535
"https-proxy-agent": "^5.0.1"
3636
},
3737
"devDependencies": {

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,11 +1824,6 @@
18241824
dependencies:
18251825
"@sinonjs/commons" "^2.0.0"
18261826

1827-
"@tootallnate/once@2":
1828-
version "2.0.0"
1829-
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
1830-
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
1831-
18321827
"@tsconfig/node10@^1.0.7":
18331828
version "1.0.8"
18341829
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
@@ -2112,6 +2107,13 @@ agent-base@6:
21122107
dependencies:
21132108
debug "4"
21142109

2110+
agent-base@^7.1.0:
2111+
version "7.1.0"
2112+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
2113+
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
2114+
dependencies:
2115+
debug "^4.3.4"
2116+
21152117
ajv@^6.10.0, ajv@^6.12.4:
21162118
version "6.12.6"
21172119
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -2965,14 +2967,13 @@ html-escaper@^2.0.0:
29652967
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
29662968
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
29672969

2968-
http-proxy-agent@^5.0.0:
2969-
version "5.0.0"
2970-
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
2971-
integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==
2970+
http-proxy-agent@^7.0.0:
2971+
version "7.0.0"
2972+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673"
2973+
integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==
29722974
dependencies:
2973-
"@tootallnate/once" "2"
2974-
agent-base "6"
2975-
debug "4"
2975+
agent-base "^7.1.0"
2976+
debug "^4.3.4"
29762977

29772978
https-proxy-agent@^5.0.1:
29782979
version "5.0.1"

0 commit comments

Comments
 (0)