Skip to content

Commit

Permalink
Merge 45c7b6a into 83ff9ea
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Feb 20, 2020
2 parents 83ff9ea + 45c7b6a commit dc909fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"probot": "^9.0.0"
},
"devDependencies": {
"@octokit/rest": "^16.0.1",
"@octokit/rest": "^17.0.0",
"coveralls": "^3.0.0",
"nock": "^12.0.0",
"simple-mock": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/server-test.js
@@ -1,4 +1,4 @@
const Octokit = require('@octokit/rest')
const { Octokit } = require('@octokit/rest')
const nock = require('nock')
const simple = require('simple-mock')
const { test } = require('tap')
Expand Down

0 comments on commit dc909fa

Please sign in to comment.