Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-04-19 07:01:00 +03:00

Merge pull request #560 from docker/dependabot/npm_and_yarn/aws-sdk-dependencies-174b8a7904

build(deps): bump the aws-sdk-dependencies group with 2 updates
This commit is contained in:
CrazyMax
2023-07-11 11:25:25 +02:00
committed by GitHub
6 changed files with 7414 additions and 7180 deletions
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+6742 -6538
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -28,8 +28,8 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@aws-sdk/client-ecr": "^3.347.1", "@aws-sdk/client-ecr": "^3.369.0",
"@aws-sdk/client-ecr-public": "^3.347.1", "@aws-sdk/client-ecr-public": "^3.369.0",
"@docker/actions-toolkit": "^0.6.0", "@docker/actions-toolkit": "^0.6.0",
"http-proxy-agent": "^7.0.0", "http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0" "https-proxy-agent": "^7.0.0"
+1 -1
View File
@@ -1,7 +1,7 @@
import * as core from '@actions/core'; import * as core from '@actions/core';
import {ECR} from '@aws-sdk/client-ecr'; import {ECR} from '@aws-sdk/client-ecr';
import {ECRPUBLIC} from '@aws-sdk/client-ecr-public'; 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 {HttpProxyAgent} from 'http-proxy-agent';
import {HttpsProxyAgent} from 'https-proxy-agent'; import {HttpsProxyAgent} from 'https-proxy-agent';
+667 -637
View File
File diff suppressed because it is too large Load Diff