koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

Update debug dependency #60

Closed yelworc closed 6 years ago

yelworc commented 6 years ago

Update the debug package to >=2.6.9 to fix a DoS vulnerability, see: https://nodesecurity.io/advisories/534

npm test passes.

I took the liberty of adding the ^ operator to make things like this easier going forward; feel free to remove it if you prefer to keep the dependency version pinned.

codecov[bot] commented 6 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files           3        3           
  Lines         248      248           
  Branches       50       50           
=======================================
  Hits          247      247           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 98dae57...c740b44. Read the comment docs.

yelworc commented 6 years ago

…aaand I just realized this is an almost exact duplicate of PR #59. Sorry, feel free to close!

aheckmann commented 6 years ago

Fixed in d187824