mirror of
https://github.com/docker/login-action.git
synced 2025-03-31 04:00:06 +02:00
bump @aws-sdk/client-ecr and @aws-sdk/client-ecr-public to 3.363.0
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0a5a6d545f
commit
4579e705cd
3 changed files with 668 additions and 624 deletions
|
@ -28,8 +28,8 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@aws-sdk/client-ecr": "^3.347.1",
|
||||
"@aws-sdk/client-ecr-public": "^3.347.1",
|
||||
"@aws-sdk/client-ecr": "^3.363.0",
|
||||
"@aws-sdk/client-ecr-public": "^3.363.0",
|
||||
"@docker/actions-toolkit": "^0.6.0",
|
||||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import * as core from '@actions/core';
|
||||
import {ECR} from '@aws-sdk/client-ecr';
|
||||
import {ECRPUBLIC} from '@aws-sdk/client-ecr-public';
|
||||
import {NodeHttpHandler} from '@aws-sdk/node-http-handler';
|
||||
import {NodeHttpHandler} from '@smithy/node-http-handler';
|
||||
import {HttpProxyAgent} from 'http-proxy-agent';
|
||||
import {HttpsProxyAgent} from 'https-proxy-agent';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue