mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 15:23:25 +01:00
build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 updates
Bumps the aws-sdk-dependencies group with 2 updates in the / directory: [@aws-sdk/client-ecr](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecr) and [@aws-sdk/client-ecr-public](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecr-public). Updates `@aws-sdk/client-ecr` from 3.583.0 to 3.650.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecr/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.650.0/clients/client-ecr) Updates `@aws-sdk/client-ecr-public` from 3.583.0 to 3.650.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecr-public/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.650.0/clients/client-ecr-public) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ecr" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-dependencies - dependency-name: "@aws-sdk/client-ecr-public" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3b8fed7e4b
commit
6125ca0d3e
2 changed files with 663 additions and 645 deletions
|
@ -26,8 +26,8 @@
|
||||||
"packageManager": "yarn@3.6.3",
|
"packageManager": "yarn@3.6.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.10.1",
|
||||||
"@aws-sdk/client-ecr": "^3.583.0",
|
"@aws-sdk/client-ecr": "^3.650.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.583.0",
|
"@aws-sdk/client-ecr-public": "^3.650.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.5"
|
"https-proxy-agent": "^7.0.5"
|
||||||
|
|
Loading…
Reference in a new issue