Skip to content

Commit

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

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

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

* Upgrade the github publisher package too
  • Loading branch information
dependabot[bot] authored and malept committed Apr 19, 2019
1 parent 6d36076 commit 0e973e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"postinstall": "rimraf node_modules/.bin/*.ps1"
},
"dependencies": {
"@octokit/rest": "^16.24.3",
"@octokit/rest": "^16.25.0",
"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
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.3",
"@octokit/rest": "^16.25.0",
"fs-extra": "^7.0.0",
"lodash.merge": "^4.6.0",
"mime-types": "^2.1.23"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -779,10 +779,10 @@
once "^1.4.0"
universal-user-agent "^2.0.1"

"@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==
"@octokit/rest@^16.25.0":
version "16.25.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.25.0.tgz#1111dc2b2058bc77442fd7fbd295dab3991b62bf"
integrity sha512-QKIzP0gNYjyIGmY3Gpm3beof0WFwxFR+HhRZ+Wi0fYYhkEUvkJiXqKF56Pf5glzzfhEwOrggfluEld5F/ZxsKw==
dependencies:
"@octokit/request" "3.0.0"
atob-lite "^2.0.0"
Expand Down

0 comments on commit 0e973e9

Please sign in to comment.