chore: Bump aws-sdk from 2.1062.0 to 2.1066.0 (#372)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1062.0 to 2.1066.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1062.0...v2.1066.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-02-01 03:03:23 +00:00
committed by GitHub
parent a8081b3d23
commit 488370bebd
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -942,9 +942,9 @@
"dev": true
},
"aws-sdk": {
"version": "2.1062.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1062.0.tgz",
"integrity": "sha512-QIU8jwi7Uqyvw2HjsXXXUZv3V/6TinUzLewrdl2EdvonqZCXhwMgnZx2F9I2x62IKH1RqnINwFWdoK+OTgcAjA==",
"version": "2.1066.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1066.0.tgz",
"integrity": "sha512-9BZPdJgIvau8Jf2l3PxInNqQd733uKLqGGDywMV71duxNTLgdBZe2zvCkbgl22+ldC8R2LVMdS64DzchfQIxHg==",
"requires": {
"buffer": "4.9.2",
"events": "1.1.1",
+1 -1
View File
@@ -26,7 +26,7 @@
"homepage": "https://github.com/aws-actions/configure-aws-credentials#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"aws-sdk": "^2.1062.0",
"aws-sdk": "^2.1066.0",
"axios": "^0.25.0"
},
"devDependencies": {