Skip to content

Commit

Permalink
build(deps): bump @octokit/types from 5.4.0 to 5.4.1 (#1925)
Browse files Browse the repository at this point in the history
* build(deps): bump @octokit/types from 5.4.0 to 5.4.1

Bumps [@octokit/types](https://github.com/octokit/types.ts) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v5.4.0...v5.4.1)

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

* 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] committed Aug 24, 2020
1 parent cff9c91 commit 6bfa4ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"@malept/cross-spawn-promise": "^1.1.0",
"@octokit/core": "^3.1.2",
"@octokit/rest": "^18.0.1",
"@octokit/types": "^5.2.1",
"@octokit/types": "^5.4.1",
"@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
Expand Up @@ -22,7 +22,7 @@
"@electron-forge/shared-types": "6.0.0-beta.52",
"@octokit/core": "^3.1.2",
"@octokit/rest": "^18.0.1",
"@octokit/types": "^5.2.1",
"@octokit/types": "^5.4.1",
"fs-extra": "^9.0.1",
"lodash": "^4.17.20",
"mime-types": "^2.1.25"
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Expand Up @@ -1132,17 +1132,10 @@
"@octokit/plugin-request-log" "^1.0.0"
"@octokit/plugin-rest-endpoint-methods" "4.1.2"

"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.1.1", "@octokit/types@^5.2.0":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.2.1.tgz#c212f03b0492faf215fa2ae506d5ec18038c2a36"
integrity sha512-PugtgEw8u++zAyBpDpSkR8K1OsT2l8QWp3ECL6bZHFoq9PfHDoKeGFWSuX2Z+Ghy93k1fkKf8tsmqNBv+8dEfQ==
dependencies:
"@types/node" ">= 8"

"@octokit/types@^5.2.1":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.4.0.tgz#25f2f8e24fec09214553168c41c06383c9d0f529"
integrity sha512-D/uotqF69M50OIlwMqgyIg9PuLT2daOiBAYF0P40I2ekFA2ESwwBY5dxZe/UhXdPvIbNKDzuZmQrO7rMpuFbcg==
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.1.1", "@octokit/types@^5.2.0", "@octokit/types@^5.4.1":
version "5.4.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.4.1.tgz#d5d5f2b70ffc0e3f89467c3db749fa87fc3b7031"
integrity sha512-OlMlSySBJoJ6uozkr/i03nO5dlYQyE05vmQNZhAh9MyO4DPBP88QlwsDVLmVjIMFssvIZB6WO0ctIGMRG+xsJQ==
dependencies:
"@types/node" ">= 8"

Expand Down

0 comments on commit 6bfa4ab

Please sign in to comment.