openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
20 stars 18 forks source link

Update JS dependencies #207

Closed benoit74 closed 1 month ago

benoit74 commented 1 month ago

Mandatory due to https://github.com/openzim/python-scraperlib/security/dependabot/2, and never a bad thing especially for small JS like we have here.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (570450a) to head (d9b7dce). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #207 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 38 38 Lines 2219 2219 Branches 426 426 ========================================= Hits 2219 2219 ```

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

benoit74 commented 1 month ago

Not asking for review, very straightforward and CI is passing.