Skip to content

Commit

Permalink
build(deps): bump aws-sdk from 2.471.0 to 2.472.0 (#926)
Browse files Browse the repository at this point in the history
* build(deps): bump aws-sdk from 2.471.0 to 2.472.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.471.0 to 2.472.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.471.0...v2.472.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Upgrade the s3 publisher package too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jun 11, 2019
1 parent 9f1c84c commit c500b18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@octokit/rest": "^16.27.3",
"aws-sdk": "^2.9.0",
"aws-sdk": "^2.472.0",
"colors": "^1.2.0",
"commander": "^2.9.0",
"cross-spawn": "^6.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/publisher/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/publisher-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"aws-sdk": "^2.9.0",
"aws-sdk": "^2.472.0",
"debug": "^4.1.0",
"s3": "^4.4.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1744,10 +1744,10 @@ author-regex@^1.0.0:
resolved "https://registry.yarnpkg.com/author-regex/-/author-regex-1.0.0.tgz#d08885be6b9bbf9439fe087c76287245f0a81450"
integrity sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=

aws-sdk@^2.9.0:
version "2.471.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.471.0.tgz#08d9ad6fe7216ee4c7c4ea99d7e66b33d9e07930"
integrity sha512-c7e1939Nep03xLyN+qV1uzzotxYVqtcj+5x87C1s3qOPSG7aSVIbtJfcu4RUdtsKty5qUef6muJ6ohNMRYrW6g==
aws-sdk@^2.472.0:
version "2.472.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.472.0.tgz#0da7062299125a85fdea5786d13019d80aac8ee4"
integrity sha512-uFatrjfMSwC34VxdG9ollX6K61e+iaoE5ZHQ/OKeSoWx9HXs3AwJqIS90iBLEhaAm2WoTMFYAv0irMC8eMCu3g==
dependencies:
buffer "4.9.1"
events "1.1.1"
Expand Down

0 comments on commit c500b18

Please sign in to comment.