Bump aws-sdk from 2.911.0 to 2.921.0 (#6068)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.911.0 to 2.921.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.911.0...v2.921.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]
2021-06-04 11:56:25 -04:00
committed by GitHub
parent 2b1da1b8cf
commit 1d7376e32f
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -12352,9 +12352,9 @@
}
},
"node_modules/aws-sdk": {
"version": "2.911.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.911.0.tgz",
"integrity": "sha512-4tmQQXFWGIsH59rJdgpkqAm4GHB16OOpz8b93VyUjWl0WZl9VqBy/3Jo88fhCoirzjgjEhTPnZ/I9pUYlXEyHg==",
"version": "2.921.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.921.0.tgz",
"integrity": "sha512-Xi6MGx0oZByTzKN4WP15RjKejyf/mIxXU0Do8L1wf/Oz5USirjzLXFBPVEt25A43nOQVwXagZ2Ayt81ItcbTXg==",
"hasInstallScript": true,
"dependencies": {
"buffer": "4.9.2",
@@ -51166,7 +51166,7 @@
"license": "MIT",
"dependencies": {
"@directus/drive": "9.0.0-rc.73",
"aws-sdk": "^2.911.0",
"aws-sdk": "^2.921.0",
"normalize-path": "^3.0.0"
},
"devDependencies": {
@@ -56186,7 +56186,7 @@
"@types/jest": "^26.0.22",
"@types/node": "^15.12.0",
"@types/normalize-path": "^3.0.0",
"aws-sdk": "^2.911.0",
"aws-sdk": "^2.921.0",
"dotenv": "^9.0.2",
"fs-extra": "^10.0.0",
"jest": "^27.0.3",
@@ -66726,9 +66726,9 @@
}
},
"aws-sdk": {
"version": "2.911.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.911.0.tgz",
"integrity": "sha512-4tmQQXFWGIsH59rJdgpkqAm4GHB16OOpz8b93VyUjWl0WZl9VqBy/3Jo88fhCoirzjgjEhTPnZ/I9pUYlXEyHg==",
"version": "2.921.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.921.0.tgz",
"integrity": "sha512-Xi6MGx0oZByTzKN4WP15RjKejyf/mIxXU0Do8L1wf/Oz5USirjzLXFBPVEt25A43nOQVwXagZ2Ayt81ItcbTXg==",
"requires": {
"buffer": "4.9.2",
"events": "1.1.1",

View File

@@ -35,7 +35,7 @@
},
"dependencies": {
"@directus/drive": "9.0.0-rc.73",
"aws-sdk": "^2.911.0",
"aws-sdk": "^2.921.0",
"normalize-path": "^3.0.0"
},
"devDependencies": {