micro-analytics / micro-analytics-cli

Public analytics as a Node.js microservice. No sysadmin experience required! 📈
MIT License
734 stars 39 forks source link

Upgrade lerna to upgrade moment #81

Closed relekang closed 6 years ago

relekang commented 6 years ago

We depend on moment through lerna, upgrading lerna will remove the security warning on this repository. It does not matter that much since the security issue is a runtime thing and moment is not a runtime dependency, but the notification keep popping up.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   67.76%   67.76%           
=======================================
  Files          10       10           
  Lines         273      273           
  Branches       50       50           
=======================================
  Hits          185      185           
  Misses         81       81           
  Partials        7        7

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 f088d35...15dc229. Read the comment docs.