Skip to content

Commit

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

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.25.3 to 16.25.4.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.25.3...v16.25.4)

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

* Upgrade the github publisher package too
  • Loading branch information
dependabot[bot] authored and malept committed May 13, 2019
1 parent 638a287 commit a55cce0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.3",
"@octokit/rest": "^16.25.4",
"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.3",
"@octokit/rest": "^16.25.4",
"fs-extra": "^7.0.0",
"lodash.merge": "^4.6.0",
"mime-types": "^2.1.24"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -767,10 +767,10 @@
universal-user-agent "^2.0.1"
url-template "^2.0.8"

"@octokit/[email protected].2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-3.0.2.tgz#dd2424691f486d7ea332ec06e3de55b1ea13c5dc"
integrity sha512-lBH2hf2Yuh9XlmP3MSpn3jL9DyCGG+cuPXDRQiJMK42BwW6xFhwWmG1k6xWykcLM4GwZG/5fuwcqnQXYG0ZTSg==
"@octokit/[email protected].3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-3.0.3.tgz#ace63b5ea196cc00ad27f3fbe5c13a9698681ec8"
integrity sha512-M7pUfsiaiiUMEP4/SMysTeWxyGrkoQg6FBPEtCBIFgeDnzHaPboTpUZGTh6u1GQXdrlzMfPVn/vQs98js1QtwQ==
dependencies:
"@octokit/endpoint" "^5.1.0"
deprecation "^1.0.1"
Expand All @@ -779,12 +779,12 @@
once "^1.4.0"
universal-user-agent "^2.0.1"

"@octokit/rest@^16.25.3":
version "16.25.3"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.25.3.tgz#ce9e7a6230d20d58574ec929f622f2778ead7eb4"
integrity sha512-/6/Isn9pNoKUQwuWUaskxMC6kFxtXTHhzsgYbyirEQ3UvcLciHvPgtRTbuV3bbVf0x4+4WEfKaI9UzxmPQ3W3A==
"@octokit/rest@^16.25.4":
version "16.25.4"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.25.4.tgz#4bc47c08e46ea522e79f4798605f11fa9aa8520d"
integrity sha512-62G8sb5PmIDhnu6K4W39If0BdA+P6VLuY83nMjjHyQiXH1QbjiKKeEv9uwRHe7XTcyZbVNG9M5zt5uxOpMW8CQ==
dependencies:
"@octokit/request" "3.0.2"
"@octokit/request" "3.0.3"
atob-lite "^2.0.0"
before-after-hook "^1.4.0"
btoa-lite "^1.0.0"
Expand Down

0 comments on commit a55cce0

Please sign in to comment.