Skip to content

Commit

Permalink
fix(deps): upgrade octokit/enterprise-rest to v6 (#2464)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael A. Lavina <michael.lavina@factset.com>
  • Loading branch information
mlavina and Michael A. Lavina committed May 23, 2020
1 parent 5bb09d4 commit b44ea75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion utils/github-client/__tests__/github-client.test.js
Expand Up @@ -32,7 +32,7 @@ describe("createGitHubClient", () => {

it("initializes GHE plugin when GHE_VERSION env var is set", () => {
process.env.GH_TOKEN = "TOKEN";
process.env.GHE_VERSION = "2.14";
process.env.GHE_VERSION = "2.18";

createGitHubClient();

Expand Down
2 changes: 1 addition & 1 deletion utils/github-client/package.json
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"@octokit/plugin-enterprise-rest": "^3.6.1",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^16.28.4",
"git-url-parse": "^11.1.2",
"npmlog": "^4.1.2"
Expand Down

0 comments on commit b44ea75

Please sign in to comment.