OptimalBits / node_acl

Access control lists for node applications
2.62k stars 369 forks source link

chore(npm): update deps #200

Closed ducreyna closed 8 years ago

ducreyna commented 8 years ago

Upgrade npm depedencies to latest versions except for mocha (^2.5.3).

Indeed, running tests with mocha 3 leads to some errors:

1) MongoDB - Default unions "before all" hook:
     Error: done() called multiple times
      at Suite.<anonymous> (test/backendtests.js:15:5)
      at Object.exports.unions (test/backendtests.js:14:3)
      at test/runner.js:82:23
      at Array.forEach (native)
      at run (test/runner.js:81:29)
      at Suite.<anonymous> (test/runner.js:18:3)
      at Object.<anonymous> (test/runner.js:5:1)
      at require (internal/module.js:20:19)
      at Array.forEach (native)
      at run (bootstrap_node.js:352:7)
      at startup (bootstrap_node.js:144:9)
      at bootstrap_node.js:467:3

  2) MongoDB - useSingle unions "before all" hook:
     Error: done() called multiple times
      at Suite.<anonymous> (test/backendtests.js:15:5)
      at Object.exports.unions (test/backendtests.js:14:3)
      at test/runner.js:82:23
      at Array.forEach (native)
      at run (test/runner.js:81:29)
      at Suite.<anonymous> (test/runner.js:35:3)
      at Object.<anonymous> (test/runner.js:22:1)
      at require (internal/module.js:20:19)
      at Array.forEach (native)
      at run (bootstrap_node.js:352:7)
      at startup (bootstrap_node.js:144:9)
      at bootstrap_node.js:467:3