Skip to content

Commit

Permalink
fix(deps): bump aws-sdk-wrap from 4.2.2 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-wrap](https://github.com/blackflux/aws-sdk-wrap) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/blackflux/aws-sdk-wrap/releases)
- [Changelog](https://github.com/blackflux/aws-sdk-wrap/blob/master/.releaserc.json)
- [Commits](blackflux/aws-sdk-wrap@v4.2.2...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 16, 2020
1 parent 76ae58b commit 5f9c6d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/blackflux/s3-cached#readme",
"dependencies": {
"aws-sdk-wrap": "4.2.2",
"aws-sdk-wrap": "4.3.0",
"cache-manager": "3.3.0",
"cache-manager-fs": "1.0.8",
"lodash.defaults": "4.2.0",
Expand Down
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -865,16 +865,17 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

aws-sdk-wrap@4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/aws-sdk-wrap/-/aws-sdk-wrap-4.2.2.tgz#fad640d1b75760a76e50b3bf8ba90bd3a781bc68"
integrity sha512-Vw4AzuU9ucRgHZ8kM2dqXnQl18jWqmarnsFt3zPgX7QDYNG5ISaiF7So71QmMayEoZ5FQ/oTtvHDvx+AjLhyJg==
aws-sdk-wrap@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/aws-sdk-wrap/-/aws-sdk-wrap-4.3.0.tgz#8252bab5b08829930b91586e584897230698acae"
integrity sha512-cbCWvNhNVd8XwhCaUW1T4tQRJWz4zsSwYyrVrP9ZwFaGdQn18BHRqe23ZHnwWFlDVO/jtoYvTC8EyzLOHawkwA==
dependencies:
joi-strict "1.2.2"
lambda-async "1.0.5"
lodash.chunk "4.2.0"
lodash.get "4.4.2"
object-hash "2.0.3"
promise-pool-ext "1.3.2"
smart-fs "1.11.11"

aws-sdk@2.678.0:
Expand Down Expand Up @@ -6039,6 +6040,13 @@ promise-inflight@^1.0.1, promise-inflight@~1.0.1:
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=

promise-pool-ext@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/promise-pool-ext/-/promise-pool-ext-1.3.2.tgz#27b266531e20a7078355e9ebc693f407e8c653d9"
integrity sha512-vXdohySr9gliifqsaEsGkHB5ddgb88IBaqN4c9H66s1/MOYTP98K5XpJCc1OSJrTXkxDYUC9aHZCmUiry+As4g==
dependencies:
joi-strict "1.2.2"

promise-retry@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d"
Expand Down

0 comments on commit 5f9c6d8

Please sign in to comment.