Skip to content

Commit

Permalink
fix(deps): Upgrade octokit libs
Browse files Browse the repository at this point in the history
- `@octokit/rest` ^16.16.0
- `@octokit/plugin-enterprise-rest` ^2.1.1
  • Loading branch information
evocateur committed Feb 26, 2019
1 parent ed48950 commit ea490cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions utils/github-client/package.json
Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"@octokit/plugin-enterprise-rest": "^2.1.0",
"@octokit/rest": "^16.15.0",
"@octokit/plugin-enterprise-rest": "^2.1.1",
"@octokit/rest": "^16.16.0",
"git-url-parse": "^11.1.2",
"npmlog": "^4.1.2"
}
Expand Down

0 comments on commit ea490cd

Please sign in to comment.