From bc60759fcfbec074f0c27e403e531475f9e5f176 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 08:16:54 -0700 Subject: [PATCH] chore(deps): bump @octokit/rest from 16.28.9 to 16.29.0 (#1169) * chore(deps): bump @octokit/rest from 16.28.9 to 16.29.0 Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.28.9 to 16.29.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.28.9...v16.29.0) Signed-off-by: dependabot-preview[bot] * Finish upgrading via bolt --- package.json | 2 +- packages/publisher/github/package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 5da8d47823..d94dd19825 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@electron/get": "^1.3.1", - "@octokit/rest": "^16.28.9", + "@octokit/rest": "^16.29.0", "@types/which": "^1.3.1", "aws-sdk": "^2.472.0", "colors": "^1.2.0", diff --git a/packages/publisher/github/package.json b/packages/publisher/github/package.json index 920b45c7a2..0deb3efaa9 100644 --- a/packages/publisher/github/package.json +++ b/packages/publisher/github/package.json @@ -20,7 +20,7 @@ "@electron-forge/async-ora": "6.0.0-beta.45", "@electron-forge/publisher-base": "6.0.0-beta.45", "@electron-forge/shared-types": "6.0.0-beta.45", - "@octokit/rest": "^16.28.9", + "@octokit/rest": "^16.29.0", "fs-extra": "^8.1.0", "lodash.merge": "^4.6.2", "mime-types": "^2.1.24" diff --git a/yarn.lock b/yarn.lock index 9d6459eeec..19600c14b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -779,9 +779,9 @@ once "^1.4.0" "@octokit/request@^5.0.0": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.0.3.tgz#84eda906fab089eec979a5047cd9d41b5497765a" - integrity sha512-4vRqNNf4lYqhpuiqimew2pxxwCvTShwENza25h+UMNBUvKm50K03LJ8PL7Iu6l9qboo1D0mI5DMrGwR0Tr/nKw== + version "5.1.0" + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.1.0.tgz#5609dcc7b5323e529f29d535214383d9eaf0c05c" + integrity sha512-I15T9PwjFs4tbWyhtFU2Kq7WDPidYMvRB7spmxoQRZfxSmiqullG+Nz+KbSmpkfnlvHwTr1e31R5WReFRKMXjg== dependencies: "@octokit/endpoint" "^5.1.0" "@octokit/request-error" "^1.0.1" @@ -791,10 +791,10 @@ once "^1.4.0" universal-user-agent "^4.0.0" -"@octokit/rest@^16.28.9": - version "16.28.9" - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.28.9.tgz#ac8c5f3ff305e9e0a0989a5245e4286f057a95d7" - integrity sha512-IKGnX+Tvzt7XHhs8f4ajqxyJvYAMNX5nWfoJm4CQj8LZToMiaJgutf5KxxpxoC3y5w7JTJpW5rnWnF4TsIvCLA== +"@octokit/rest@^16.29.0": + version "16.29.0" + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.29.0.tgz#5bbbfc818a44bb9ab32bee72cc0acc32e4556058" + integrity sha512-t01+Hz6sUJx2/HzY4KSgmST5n7KcTYr8i6+UwqS6TkgyjyA6YmeTxVhZrQUobEXaDdQFxs1dRhh1hgmOo6OF9Q== dependencies: "@octokit/request" "^5.0.0" "@octokit/request-error" "^1.0.2"