calmm-js / partial.lenses

Partial lenses is a comprehensive, high-performance optics library for JavaScript
MIT License
915 stars 36 forks source link

Update dependencies #218

Open kurtmilam opened 4 years ago

kurtmilam commented 4 years ago

npm audit reports a large number of vulnerabilities with the current dependencies.

I'm opening this as a draft, because it probably requires more work.

Additionally, in order to squash the last vulnerabilities, klipse will need to be updated: https://github.com/polytypic/klipse-github-docs-generator/pull/2

Other than marked via klipse, npm audit reports no vulnerabilities when run on this branch, and all tests are passing.

codecov-io commented 4 years ago

Codecov Report

Merging #218 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
+ Coverage   99.88%   99.88%   +<.01%     
==========================================
  Files           1        1              
  Lines        1713     1719       +6     
==========================================
+ Hits         1711     1717       +6     
  Misses          2        2
Impacted Files Coverage Δ
dist/partial.lenses.cjs.js 99.88% <100%> (ø) :arrow_up:

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 5fd5f9a...ac75ae0. Read the comment docs.

polytypic commented 4 years ago

Thanks! I’ve noticed this earlier and haven’t so far done anything to it due to all the vulnerabilities being only in devDependencies. It would be great to update the devDependencies so looking forward to finished PR! Hopefully NPM packages have matured a bit when it comes to vulnerabilities.

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.88%. Comparing base (5fd5f9a) to head (ac75ae0).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #218 +/- ## ======================================= Coverage 99.88% 99.88% ======================================= Files 1 1 Lines 1713 1719 +6 ======================================= + Hits 1711 1717 +6 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.