Skip to content

Commit

Permalink
build(deps): bump @octokit/rest from 16.38.2 to 16.39.0 (#1434)
Browse files Browse the repository at this point in the history
* build(deps): bump @octokit/rest from 16.38.2 to 16.38.3

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.38.2 to 16.38.3.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v16.38.2...v16.38.3)

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

* Finish upgrading via bolt

* build(deps): upgrade @octokit/rest to 16.39.0

Co-authored-by: Mark Lee <malept@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and malept committed Jan 28, 2020
1 parent f8a6f44 commit e63a032
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@electron/get": "^1.6.0",
"@octokit/rest": "^16.38.1",
"@octokit/rest": "^16.38.3",
"@types/which": "^1.3.2",
"aws-sdk": "^2.472.0",
"colors": "^1.4.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.47",
"@electron-forge/publisher-base": "6.0.0-beta.47",
"@electron-forge/shared-types": "6.0.0-beta.47",
"@octokit/rest": "^16.38.1",
"@octokit/rest": "^16.38.3",
"fs-extra": "^8.1.0",
"lodash.merge": "^4.6.2",
"mime-types": "^2.1.25"
Expand Down
35 changes: 29 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,26 @@
is-plain-object "^3.0.0"
universal-user-agent "^4.0.0"

"@octokit/plugin-paginate-rest@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.1.tgz#ea189a73af25b13fc1636d7adc334e8462af8f9d"
integrity sha512-Kf0bnNoOXK9EQLkc3rtXfPnu/bwiiUJ1nH3l7tmXYwdDJ7tk/Od2auFU9b86xxKZunPkV9SO1oeojT707q1l7A==
dependencies:
"@octokit/types" "^2.0.1"

"@octokit/plugin-request-log@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==

"@octokit/plugin-rest-endpoint-methods@^2.0.1":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.1.0.tgz#d49a058cc06d9a4d8365b36795f336112e2c3023"
integrity sha512-F2LoDCc4EIfXQlTA29tM2tKOk3QLhbMF5D7zqnD60IZT33PieN1mOSHMd4UPPlrEjgTUZahud6whgdDeM7CrrA==
dependencies:
"@octokit/types" "^2.0.1"
deprecation "^2.3.1"

"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-1.2.0.tgz#a64d2a9d7a13555570cd79722de4a4d76371baaa"
Expand All @@ -905,12 +925,15 @@
once "^1.4.0"
universal-user-agent "^4.0.0"

"@octokit/rest@^16.38.1":
version "16.38.2"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.38.2.tgz#f79b48aa9d525eaf41d77b90003fd2bfb55b0f89"
integrity sha512-dRizXyl9nz0+XEVFtT9myucqbYsuwqLa9YjsQJpLPVtdNx4IxbG8YeqSB7Ue5yiov2ubpLxwDl0rzKBz5alB4w==
"@octokit/rest@^16.38.3":
version "16.39.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.39.0.tgz#fa545ed95195374c39fa516f00e23364cd3bda25"
integrity sha512-pPnZqmmlPT0AWouf/7nmNninGotm8hbfvYepBLbtuU0VuBIkbw/E1zHLg46TvQgOpurmzAnNCtPu/Li+3Q/Zbw==
dependencies:
"@octokit/auth-token" "^2.4.0"
"@octokit/plugin-paginate-rest" "^1.1.1"
"@octokit/plugin-request-log" "^1.0.0"
"@octokit/plugin-rest-endpoint-methods" "^2.0.1"
"@octokit/request" "^5.2.0"
"@octokit/request-error" "^1.0.2"
atob-lite "^2.0.0"
Expand All @@ -924,7 +947,7 @@
once "^1.4.0"
universal-user-agent "^4.0.0"

"@octokit/types@^2.0.0":
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.1.1.tgz#77e80d1b663c5f1f829e5377b728fa3c4fe5a97d"
integrity sha512-89LOYH+d/vsbDX785NOfLxTW88GjNd0lWRz1DVPVsZgg9Yett5O+3MOvwo7iHgvUwbFz0mf/yPIjBkUbs4kxoQ==
Expand Down Expand Up @@ -3181,7 +3204,7 @@ depd@~1.1.2:
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=

deprecation@^2.0.0:
deprecation@^2.0.0, deprecation@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
Expand Down

0 comments on commit e63a032

Please sign in to comment.