Skip to content

Commit

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

Bumps [@octokit/core](https://github.com/octokit/core.js) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v3.1.1...v3.1.2)

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 Aug 5, 2020
1 parent 9e93f3c commit 6ae3d5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@electron/get": "^1.9.0",
"@malept/cross-spawn-promise": "^1.1.0",
"@octokit/core": "^3.1.1",
"@octokit/core": "^3.1.2",
"@octokit/rest": "^18.0.1",
"@octokit/types": "^5.2.1",
"@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.52",
"@electron-forge/publisher-base": "6.0.0-beta.52",
"@electron-forge/shared-types": "6.0.0-beta.52",
"@octokit/core": "^3.1.1",
"@octokit/core": "^3.1.2",
"@octokit/rest": "^18.0.1",
"@octokit/types": "^5.2.1",
"fs-extra": "^9.0.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1032,10 +1032,10 @@
dependencies:
"@octokit/types" "^5.0.0"

"@octokit/core@^3.0.0", "@octokit/core@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.1.1.tgz#1856745aa8fb154cf1544a2a1b82586c809c5e66"
integrity sha512-cQ2HGrtyNJ1IBxpTP1U5m/FkMAJvgw7d2j1q3c9P0XUuYilEgF6e4naTpsgm4iVcQeOnccZlw7XHRIUBy0ymcg==
"@octokit/core@^3.0.0", "@octokit/core@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.1.2.tgz#c937d5f9621b764573068fcd2e5defcc872fd9cc"
integrity sha512-AInOFULmwOa7+NFi9F8DlDkm5qtZVmDQayi7TUgChE3yeIGPq0Y+6cAEXPexQ3Ea+uZy66hKEazR7DJyU+4wfw==
dependencies:
"@octokit/auth-token" "^2.4.0"
"@octokit/graphql" "^4.3.1"
Expand All @@ -1054,9 +1054,9 @@
universal-user-agent "^6.0.0"

"@octokit/graphql@^4.3.1":
version "4.5.2"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.2.tgz#33021ebf94939cf47562823851ab11fe64392274"
integrity sha512-SpB/JGdB7bxRj8qowwfAXjMpICUYSJqRDj26MKJAryRQBqp/ZzARsaO2LEFWzDaps0FLQoPYVGppS0HQXkBhdg==
version "4.5.3"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.3.tgz#d5ff0d4a8a33e98614a2a7359dac98bc285e062f"
integrity sha512-JyYvi3j2tOb5ofASEpcg1Advs07H+Ag+I+ez7buuZfNVAmh1IYcDTuxd4gnYH8S2PSGu+f5IdDGxMmkK+5zsdA==
dependencies:
"@octokit/request" "^5.3.0"
"@octokit/types" "^5.0.0"
Expand Down

0 comments on commit 6ae3d5e

Please sign in to comment.