chore: Bump aws-sdk from 2.1083.0 to 2.1088.0 (#400)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1083.0 to 2.1088.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.1083.0...v2.1088.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>
This commit is contained in:
dependabot[bot]
2022-03-08 03:02:07 +00:00
committed by GitHub
parent e9dce0860a
commit 8050a91cfa
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -965,9 +965,9 @@
"dev": true
},
"aws-sdk": {
"version": "2.1083.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1083.0.tgz",
"integrity": "sha512-o9pOC3LrkJRKLwSumdFrNWzGAVRNPGt4EFS48/917BaFafvnOAzOG/DM8cl5yguz3wT7eylj92I4pP2TE3qZIQ==",
"version": "2.1088.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1088.0.tgz",
"integrity": "sha512-KtGJTvMPJL6QynasbSMNvz7Onc5ejebY6NzuUvgrw6sNohNJDR/3J/0e016ocQwvEq79MNK4v4EsxNi9eMELtg==",
"requires": {
"buffer": "4.9.2",
"events": "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.1083.0",
"aws-sdk": "^2.1088.0",
"axios": "^0.26.0"
},
"devDependencies": {