Skip to content

Commit

Permalink
chore: dependency bumps to fix npm audit warnings (electron#866)
Browse files Browse the repository at this point in the history
* fix npm audit warnings by bumping dependencies.

Note: this PR doesn't make the leap of switching from `GitHub`
to `octokit/rest` Instead, it takes the easier path of bumping
the `GitHub` dependency to the final release before the rename.

* bump check-for-leaks dependency

* update github dependency to @octokit/rest
  • Loading branch information
ckerr authored Oct 23, 2018
1 parent f58684e commit 82b076c
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 397 deletions.
2 changes: 1 addition & 1 deletion lib/github.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require('dotenv-safe').load()

const Github = require('github')
const Github = require('@octokit/rest')
const github = new Github({

})
Expand Down
Loading

0 comments on commit 82b076c

Please sign in to comment.