Skip to content

Commit

Permalink
fix(dependencies): upgraded probot
Browse files Browse the repository at this point in the history
and depended on a specific version, so that greenkeeper will send PRs for each new version. probot
is pretty core to operation, so seems like we should keep it up to date
  • Loading branch information
travi authored and gr2m committed Feb 8, 2020
1 parent 7ccca96 commit ba9d08f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 34 deletions.
58 changes: 29 additions & 29 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 package.json
Expand Up @@ -20,8 +20,8 @@
"license": "ISC",
"dependencies": {
"deepmerge": "^4.1.0",
"js-yaml": "^3.12.0",
"probot": "^9.9.1"
"js-yaml": "^3.13.1",
"probot": "9.9.4"
},
"devDependencies": {
"check-engine": "^1.8.1",
Expand Down
3 changes: 0 additions & 3 deletions test/integration/push.test.js
Expand Up @@ -45,9 +45,6 @@ describe('push', function () {
githubScope
.get(`/repos/${repository.owner.name}/${repository.name}/contents/${settings.FILE_NAME}`)
.reply(200, { content: encodedConfig, name: 'settings.yml', type: 'file' })
githubScope
.get('/app')
.reply(200, { events: ['push', 'repository'] })
githubScope
.patch(`/repos/${repository.owner.name}/${repository.name}`, body => {
expect(body).toMatchObject(config.repository)
Expand Down

0 comments on commit ba9d08f

Please sign in to comment.