webauthn-open-source / fido2-lib

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
https://webauthn.io
MIT License
394 stars 118 forks source link

Punycode -> punycode.js. Update deps. Bump to 3.5.1. #161

Closed Hexagon closed 4 months ago

Hexagon commented 4 months ago

Alternative to #160, fixing #159 by replacing dependency punycode with punycode.js to avoid collision with the deprecated non-userland node component also named punycode.

Updated some other dependencies in the process too.

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 92.86%. Comparing base (a7d1bdf) to head (1c66960). Report is 1 commits behind head on master.

:exclamation: Current head 1c66960 differs from pull request most recent head 46f1224. Consider uploading reports for the commit 46f1224 to get more accurate results

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #161 +/- ## ======================================= Coverage 92.86% 92.86% ======================================= Files 16 16 Lines 6027 6027 ======================================= Hits 5597 5597 Misses 430 430 ```

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

JamesCullum commented 4 months ago

Thanks a lot!