Skip to content

Commit

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

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.24.1 to 16.24.3.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.24.1...v16.24.3)

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

* Update the github publisher package too
  • Loading branch information
dependabot[bot] authored and malept committed Apr 17, 2019
1 parent 8c833b6 commit da9cf5d
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 @@ -38,7 +38,7 @@
"postinstall": "rimraf node_modules/.bin/*.ps1"
},
"dependencies": {
"@octokit/rest": "^16.24.1",
"@octokit/rest": "^16.24.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.34",
"@electron-forge/publisher-base": "6.0.0-beta.34",
"@electron-forge/shared-types": "6.0.0-beta.34",
"@octokit/rest": "^16.24.1",
"@octokit/rest": "^16.24.3",
"fs-extra": "^7.0.0",
"lodash.merge": "^4.6.0",
"mime-types": "^2.1.22"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -779,10 +779,10 @@
once "^1.4.0"
universal-user-agent "^2.0.1"

"@octokit/rest@^16.24.1":
version "16.24.1"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.24.1.tgz#883a4c144e9d8e4daa868d156d336fc67c5280b4"
integrity sha512-V2GVL+cfuwNTcZ9qtBMOR9pIftWo1AiZIiGvWNmTcIQG5mkj83ZXC+g3w5g0cVXt7Hi+mSOrD2bZ7HJOuouUNg==
"@octokit/rest@^16.24.3":
version "16.24.3"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.24.3.tgz#5f844be604826b352d9683a133839341db2bed23"
integrity sha512-fBr2ziN4WT9G9sYTfnNVI/0wCb68ZI5isNU48lfWXQDyAy4ftlrh0SkIbhL7aigXUjcY0cX5J46ypyRPH0/U0g==
dependencies:
"@octokit/request" "3.0.0"
atob-lite "^2.0.0"
Expand Down

0 comments on commit da9cf5d

Please sign in to comment.