Updated this to use a modestly updated version of dependencies; if / when you decide to refresh findex, you'll want to replace the dependency on my fork. The updates were all for either breaking deprecations in Node 6.x or 8.x, or known DoS vectors. The tests continue to pass after the upgrade. As with my changes to findex, I included package-lock.json in a separate commit (and also followed your preference for ~ over ^). Thanks for your time, and for making this in the first place!
Updated this to use a modestly updated version of dependencies; if / when you decide to refresh
findex
, you'll want to replace the dependency on my fork. The updates were all for either breaking deprecations in Node 6.x or 8.x, or known DoS vectors. The tests continue to pass after the upgrade. As with my changes tofindex
, I includedpackage-lock.json
in a separate commit (and also followed your preference for~
over^
). Thanks for your time, and for making this in the first place!