Skip to content

Commit

Permalink
build(deps): bump @octokit/rest from 16.27.2 to 16.27.3 (#900)
Browse files Browse the repository at this point in the history
* build(deps): bump @octokit/rest from 16.27.2 to 16.27.3

Bumps [@octokit/rest](https:/octokit/rest.js) from 16.27.2 to 16.27.3.
- [Release notes](https:/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.27.2...v16.27.3)

* Upgrade the github publisher package too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jun 3, 2019
1 parent ed8b2ab commit 0c100e1
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 @@ -39,7 +39,7 @@
"postinstall": "rimraf node_modules/.bin/*.ps1 && ts-node tools/link-ts.ts"
},
"dependencies": {
"@octokit/rest": "^16.27.1",
"@octokit/rest": "^16.27.3",
"aws-sdk": "^2.9.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.39",
"@electron-forge/publisher-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"@octokit/rest": "^16.27.1",
"@octokit/rest": "^16.27.3",
"fs-extra": "^7.0.0",
"lodash.merge": "^4.6.0",
"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 @@ -788,10 +788,10 @@
once "^1.4.0"
universal-user-agent "^2.1.0"

"@octokit/rest@^16.27.1":
version "16.27.2"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.27.2.tgz#2825d63b680585c68b5d789db7864cb40ae94841"
integrity sha512-YsAa+gX8HrfDQ6EQ9pTz3Yklg0wfRZ9m5A0t2JZrBsAgUlswQaWUoh0ze92eOfKwpwlrfEVuwFJqZUO5L/fcRg==
"@octokit/rest@^16.27.3":
version "16.27.3"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.27.3.tgz#20ad5d0c7043364d1e1f72fa74f825c181771fc0"
integrity sha512-WWH/SHF4kus6FG+EAfX7/JYH70EjgFYa4AAd2Lf1hgmgzodhrsoxpXPSZliZ5BdJruZPMP7ZYaPoTrYCCKYzmQ==
dependencies:
"@octokit/request" "^4.0.1"
"@octokit/request-error" "^1.0.2"
Expand Down

0 comments on commit 0c100e1

Please sign in to comment.