Skip to content

Commit

Permalink
chore(deps): bump @octokit/rest from 16.28.4 to 16.28.5 (#1039)
Browse files Browse the repository at this point in the history
* chore(deps): bump @octokit/rest from 16.28.4 to 16.28.5

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.28.4 to 16.28.5.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.28.4...v16.28.5)

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

* Update the github publisher too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jul 23, 2019
1 parent 52f5d12 commit 240c324
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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": {
"@electron/get": "^1.3.1",
"@octokit/rest": "^16.28.3",
"@octokit/rest": "^16.28.5",
"aws-sdk": "^2.472.0",
"colors": "^1.2.0",
"commander": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@electron-forge/async-ora": "6.0.0-beta.43",
"@electron-forge/publisher-base": "6.0.0-beta.43",
"@electron-forge/shared-types": "6.0.0-beta.43",
"@octokit/rest": "^16.28.3",
"@octokit/rest": "^16.28.5",
"fs-extra": "^8.1.0",
"lodash.merge": "^4.6.2",
"mime-types": "^2.1.24"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,9 @@
tmp-promise "^2.0.1"

"@octokit/endpoint@^5.1.0":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.2.2.tgz#8fbb2e99ae0d8e6b30099f73063801e64467e761"
integrity sha512-VhKxM4CQanIUZDffExqpdpgqu3heF51qbY1wazoNtvIKXAAVoFjqLq2BOhesXkTqxXMO1Ze1XbS8DkIjUxAB+g==
version "5.3.2"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.3.2.tgz#2deda2d869cac9ba7f370287d55667be2a808d4b"
integrity sha512-gRjteEM9I6f4D8vtwU2iGUTn9RX/AJ0SVXiqBUEuYEWVGGAVjSXdT0oNmghH5lvQNWs8mwt6ZaultuG6yXivNw==
dependencies:
deepmerge "4.0.0"
is-plain-object "^3.0.0"
Expand Down Expand Up @@ -790,10 +790,10 @@
once "^1.4.0"
universal-user-agent "^3.0.0"

"@octokit/rest@^16.28.3":
version "16.28.4"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.28.4.tgz#2f8ef08305033bc91256530d6a3c98eada700660"
integrity sha512-ZBsfD46t3VNkwealxm5zloVgQta8d8o4KYBR/hMAZ582IgjmSDKZdkjyv5w37IUCM3tcPZWKUT+kml9pEIC2GA==
"@octokit/rest@^16.28.5":
version "16.28.6"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.28.6.tgz#9e73104077c9c06cf3b1628603b4b0c55a117809"
integrity sha512-ERfzS6g6ZNPJkEUclxLenr+UEncbymCe//IBrWWdp59nslYDeJboq07Ue9brX05Uv0+SY3kwA33cdiVBVPAOMQ==
dependencies:
"@octokit/request" "^5.0.0"
"@octokit/request-error" "^1.0.2"
Expand Down

0 comments on commit 240c324

Please sign in to comment.