Bump aws-sdk from 2.902.0 to 2.911.0 (#5800)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.902.0 to 2.911.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.902.0...v2.911.0)

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-05-21 10:06:50 -04:00
committed by GitHub
parent 1607698103
commit 08f95cb3d7
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -11673,9 +11673,9 @@
}
},
"node_modules/aws-sdk": {
"version": "2.902.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.902.0.tgz",
"integrity": "sha512-tbX2DaaPwQyETCdYVImp7euTyF0bXLKUmicaD64Xb2v/firEG4t+yRFADiQ/ZetkmvOPN8O3jqXIAz6I6EbnuA==",
"version": "2.911.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.911.0.tgz",
"integrity": "sha512-4tmQQXFWGIsH59rJdgpkqAm4GHB16OOpz8b93VyUjWl0WZl9VqBy/3Jo88fhCoirzjgjEhTPnZ/I9pUYlXEyHg==",
"hasInstallScript": true,
"dependencies": {
"buffer": "4.9.2",
@@ -48543,7 +48543,7 @@
"license": "MIT",
"dependencies": {
"@directus/drive": "9.0.0-rc.69",
"aws-sdk": "^2.902.0",
"aws-sdk": "^2.911.0",
"normalize-path": "^3.0.0"
},
"devDependencies": {
@@ -53335,7 +53335,7 @@
"@types/jest": "^26.0.22",
"@types/node": "^15.3.1",
"@types/normalize-path": "^3.0.0",
"aws-sdk": "^2.902.0",
"aws-sdk": "^2.911.0",
"dotenv": "^9.0.2",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
@@ -63179,9 +63179,9 @@
}
},
"aws-sdk": {
"version": "2.902.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.902.0.tgz",
"integrity": "sha512-tbX2DaaPwQyETCdYVImp7euTyF0bXLKUmicaD64Xb2v/firEG4t+yRFADiQ/ZetkmvOPN8O3jqXIAz6I6EbnuA==",
"version": "2.911.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.911.0.tgz",
"integrity": "sha512-4tmQQXFWGIsH59rJdgpkqAm4GHB16OOpz8b93VyUjWl0WZl9VqBy/3Jo88fhCoirzjgjEhTPnZ/I9pUYlXEyHg==",
"requires": {
"buffer": "4.9.2",
"events": "1.1.1",

View File

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