mirror of
https://github.com/docker/login-action
synced 2024-11-09 23:51:42 +00:00
build(deps): bump https-proxy-agent
Bumps the proxy-agent-dependencies group with 1 update: [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent). Updates `https-proxy-agent` from 7.0.4 to 7.0.5 - [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.5/packages/https-proxy-agent) --- updated-dependencies: - dependency-name: https-proxy-agent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: proxy-agent-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e0394952ce
commit
5e87b2aca7
2 changed files with 13 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
"@aws-sdk/client-ecr-public": "^3.583.0",
|
"@aws-sdk/client-ecr-public": "^3.583.0",
|
||||||
"@docker/actions-toolkit": "^0.35.0",
|
"@docker/actions-toolkit": "^0.35.0",
|
||||||
"http-proxy-agent": "^7.0.2",
|
"http-proxy-agent": "^7.0.2",
|
||||||
"https-proxy-agent": "^7.0.4"
|
"https-proxy-agent": "^7.0.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.12.12",
|
"@types/node": "^20.12.12",
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -4223,7 +4223,7 @@ __metadata:
|
||||||
eslint-plugin-jest: ^28.5.0
|
eslint-plugin-jest: ^28.5.0
|
||||||
eslint-plugin-prettier: ^5.1.3
|
eslint-plugin-prettier: ^5.1.3
|
||||||
http-proxy-agent: ^7.0.2
|
http-proxy-agent: ^7.0.2
|
||||||
https-proxy-agent: ^7.0.4
|
https-proxy-agent: ^7.0.5
|
||||||
jest: ^29.7.0
|
jest: ^29.7.0
|
||||||
prettier: ^3.2.5
|
prettier: ^3.2.5
|
||||||
ts-jest: ^29.1.2
|
ts-jest: ^29.1.2
|
||||||
|
@ -5086,7 +5086,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.4":
|
"https-proxy-agent@npm:^7.0.1":
|
||||||
version: 7.0.4
|
version: 7.0.4
|
||||||
resolution: "https-proxy-agent@npm:7.0.4"
|
resolution: "https-proxy-agent@npm:7.0.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -5096,6 +5096,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"https-proxy-agent@npm:^7.0.5":
|
||||||
|
version: 7.0.5
|
||||||
|
resolution: "https-proxy-agent@npm:7.0.5"
|
||||||
|
dependencies:
|
||||||
|
agent-base: ^7.0.2
|
||||||
|
debug: 4
|
||||||
|
checksum: 2e1a28960f13b041a50702ee74f240add8e75146a5c37fc98f1960f0496710f6918b3a9fe1e5aba41e50f58e6df48d107edd9c405c5f0d73ac260dabf2210857
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"human-signals@npm:^2.1.0":
|
"human-signals@npm:^2.1.0":
|
||||||
version: 2.1.0
|
version: 2.1.0
|
||||||
resolution: "human-signals@npm:2.1.0"
|
resolution: "human-signals@npm:2.1.0"
|
||||||
|
|
Loading…
Reference in a new issue