Skip to content

Commit

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

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.32.0 to 16.33.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.32.0...v16.33.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Oct 9, 2019
1 parent 05bd733 commit 007e34f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@electron/get": "^1.3.1",
"@octokit/rest": "^16.32.0",
"@octokit/rest": "^16.33.0",
"@types/which": "^1.3.1",
"aws-sdk": "^2.472.0",
"colors": "^1.4.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.45",
"@electron-forge/publisher-base": "6.0.0-beta.45",
"@electron-forge/shared-types": "6.0.0-beta.45",
"@octokit/rest": "^16.32.0",
"@octokit/rest": "^16.33.0",
"fs-extra": "^8.1.0",
"lodash.merge": "^4.6.2",
"mime-types": "^2.1.24"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,10 @@
once "^1.4.0"
universal-user-agent "^4.0.0"

"@octokit/rest@^16.32.0":
version "16.32.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.32.0.tgz#5bb14e870c90ae34c3587b17bc8efb86d4d62da3"
integrity sha512-H8X4OGHK7KFNlrx11xQLBQcFGjracSLSoV8JC/N8/BfLl9L5ZMpxt5iFrudZM6alsCZd4hQ5f/GW0hEjAW0ZvQ==
"@octokit/rest@^16.33.0":
version "16.33.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.33.0.tgz#13c1404b24c9871419eb31029de177e82f3eb851"
integrity sha512-t4jMR+odsfooQwmHiREoTQixVTX2DfdbSaO+lKrW9R5XBuk0DW+5T/JdfwtxAGUAHgvDDpWY/NVVDfEPTzxD6g==
dependencies:
"@octokit/request" "^5.0.0"
"@octokit/request-error" "^1.0.2"
Expand Down

0 comments on commit 007e34f

Please sign in to comment.