Skip to content

Commit

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

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.25.1 to 16.25.2.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.25.1...v16.25.2)

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

* Update the github publisher package as well
  • Loading branch information
dependabot[bot] authored and malept committed May 6, 2019
1 parent 1cadd68 commit d926b6d
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.25.1",
"@octokit/rest": "^16.25.2",
"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.25.1",
"@octokit/rest": "^16.25.2",
"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 @@ -779,10 +779,10 @@
once "^1.4.0"
universal-user-agent "^2.0.1"

"@octokit/rest@^16.25.1":
version "16.25.1"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.25.1.tgz#60a3171018dbc4feb23d1bf9805a06aad106d53e"
integrity sha512-a1Byzjj07OMQNUQDP5Ng/rChaI7aq6TNMY1ZFf8+zCVEEtYzCgcmrFG9BDerFbLPPKGQ5TAeRRFyLujUUN1HIg==
"@octokit/rest@^16.25.2":
version "16.25.2"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.25.2.tgz#51fede6d35af5ecc92f1e7feacad89abbcd2b0e8"
integrity sha512-aUSzvY33dz6RMLLmT+1aNc2OvvAmDfdXKaOzFEEBNJjsjckNjWkB2hgGa5plnnbuLPCloVldPuAdm+8REZGLcg==
dependencies:
"@octokit/request" "3.0.1"
atob-lite "^2.0.0"
Expand Down

0 comments on commit d926b6d

Please sign in to comment.