Skip to content

Commit

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

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.28.0 to 16.28.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.28.0...v16.28.1)

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

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

"@octokit/rest@^16.27.3":
version "16.28.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.28.0.tgz#0bc39402cc8894519d8438101cae1fbe0e542452"
integrity sha512-9S9h/5tiu5vdrhHHyjXZrq826zaQcfci0O21+KRYL82Y6m8T64dZbYUAFiAlDOsQMtlWmgKmoGIJqWLlgySDdQ==
"@octokit/rest@^16.28.1":
version "16.28.1"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.28.1.tgz#a10c3d4fe61e994878d66a4c12b9923b18548236"
integrity sha512-9H/5F0f2bSVhk78ypu/A9dkK5GCH/aI8CxRJ0L8JU/XEYNIYozxqD6HVC7shsofrCfR61YORfjTE+GxfZ/wasQ==
dependencies:
"@octokit/request" "^4.0.1"
"@octokit/request-error" "^1.0.2"
Expand Down Expand Up @@ -5535,9 +5535,9 @@ macos-alias@~0.2.5:
nan "^2.4.0"

macos-release@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.2.0.tgz#ab58d55dd4714f0a05ad4b0e90f4370fef5cdea8"
integrity sha512-iV2IDxZaX8dIcM7fG6cI46uNmHUxHE4yN+Z8tKHAW1TBPMZDIKHf/3L+YnOuj/FK9il14UaVdHmiQ1tsi90ltA==
version "2.3.0"
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
integrity sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA==

make-dir@^1.0.0:
version "1.3.0"
Expand Down

0 comments on commit 92d7ab5

Please sign in to comment.