Skip to content

Commit 8f079fb

Browse files
authored
Merge pull request #676 from docker/dependabot/npm_and_yarn/proxy-agent-dependencies-33417434f1
build(deps): bump the proxy-agent-dependencies group with 2 updates
2 parents 8c291c5 + 16fa768 commit 8f079fb

File tree

5 files changed

+35
-16
lines changed

5 files changed

+35
-16
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

+23-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@aws-sdk/client-ecr": "^3.435.0",
3030
"@aws-sdk/client-ecr-public": "^3.435.0",
3131
"@docker/actions-toolkit": "^0.18.0",
32-
"http-proxy-agent": "^7.0.0",
33-
"https-proxy-agent": "^7.0.2"
32+
"http-proxy-agent": "^7.0.2",
33+
"https-proxy-agent": "^7.0.4"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^20.5.9",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -3442,18 +3442,18 @@ html-escaper@^2.0.0:
34423442
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
34433443
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
34443444

3445-
http-proxy-agent@^7.0.0:
3446-
version "7.0.0"
3447-
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673"
3448-
integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==
3445+
http-proxy-agent@^7.0.2:
3446+
version "7.0.2"
3447+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
3448+
integrity sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==
34493449
dependencies:
34503450
agent-base "^7.1.0"
34513451
debug "^4.3.4"
34523452

3453-
https-proxy-agent@^7.0.2:
3454-
version "7.0.2"
3455-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b"
3456-
integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==
3453+
https-proxy-agent@^7.0.4:
3454+
version "7.0.4"
3455+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
3456+
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
34573457
dependencies:
34583458
agent-base "^7.0.2"
34593459
debug "4"

0 commit comments

Comments
 (0)