Skip to content

Commit

Permalink
build(deps): bump @octokit/core from 3.1.3 to 3.1.4 (#2007)
Browse files Browse the repository at this point in the history
* build(deps): bump @octokit/core from 3.1.3 to 3.1.4

Bumps [@octokit/core](https://github.com/octokit/core.js) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v3.1.3...v3.1.4)

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

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 27, 2020
1 parent c3bc236 commit eb5c55a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@doyensec/electronegativity": "^1.7.0",
"@electron/get": "^1.9.0",
"@malept/cross-spawn-promise": "^1.1.0",
"@octokit/core": "^3.1.2",
"@octokit/core": "^3.1.4",
"@octokit/rest": "^18.0.6",
"@octokit/types": "^5.5.0",
"@types/which": "^1.3.2",
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.54",
"@electron-forge/publisher-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"@octokit/core": "^3.1.2",
"@octokit/core": "^3.1.4",
"@octokit/rest": "^18.0.6",
"@octokit/types": "^5.5.0",
"fs-extra": "^9.0.1",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1069,10 +1069,10 @@
dependencies:
"@octokit/types" "^5.0.0"

"@octokit/core@^3.0.0", "@octokit/core@^3.1.2":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.1.3.tgz#70429f2fe3ad127fd2be75ffce10ca11e650f4cc"
integrity sha512-s5UyENGUQBB+ocEOulXq6UH5J16fxuKY2J7ZYrIu9oJYAn0nCwM8hC8o4L23HEzU0SFzNEX86+ffc1T3Vr2ybg==
"@octokit/core@^3.0.0", "@octokit/core@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.1.4.tgz#9c51a3d77bad7d8aa5ec0e997ee90da224206b5e"
integrity sha512-eNDwFpKbGbLzPXiFE5PCoeq3nHlKTmWcCtZfQNCwJmW21XqrWr6c2uUhgLCzDeDkQVvKqUWaIgeCDB6i6mvFoA==
dependencies:
"@octokit/auth-token" "^2.4.0"
"@octokit/graphql" "^4.3.1"
Expand Down Expand Up @@ -1416,11 +1416,16 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.2":
"@types/node@*", "@types/node@^14.14.2":
version "14.14.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.2.tgz#d25295f9e4ca5989a2c610754dc02a9721235eeb"
integrity sha512-jeYJU2kl7hL9U5xuI/BhKPZ4vqGM/OmK6whiFAXVhlstzZhVamWhDSmHyGLIp+RVyuF9/d0dqr2P85aFj4BvJg==

"@types/node@>= 8":
version "14.14.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.3.tgz#e1c09064121f894baaad2bd9f12ce4a41bffb274"
integrity sha512-33/L34xS7HVUx23e0wOT2V1qPF1IrHgQccdJVm9uXGTB9vFBrrzBtkQymT8VskeKOxjz55MSqMv0xuLq+u98WQ==

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
Expand Down

0 comments on commit eb5c55a

Please sign in to comment.