Skip to content

Commit

Permalink
Upgrade vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Dec 2, 2018
1 parent 6e05fa5 commit 50d1560
Show file tree
Hide file tree
Showing 3 changed files with 3,580 additions and 4,346 deletions.
2 changes: 1 addition & 1 deletion lib/run-fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var fnDone = require('function-done');
var objectAssign = require('object-assign');
/* istanbul ignore next */
var PromiseM = typeof Promise === 'function' ? Promise : require('promise-polyfill');
var PromiseM = typeof Promise === 'function' ? Promise : require('promise-polyfill'); // eslint-disable-line no-undef
var now = Date.now;
var timeoutFn = setTimeout;

Expand Down
Loading

0 comments on commit 50d1560

Please sign in to comment.