decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
443 stars 133 forks source link

fix(deps): update dependency @noble/ciphers to v1 #1419

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@noble/ciphers (source) ^0.5.3 -> ^1.0.0 age adoption passing confidence

Release Notes

paulmillr/noble-ciphers (@​noble/ciphers) ### [`v1.0.0`](https://redirect.github.com/paulmillr/noble-ciphers/releases/tag/1.0.0) [Compare Source](https://redirect.github.com/paulmillr/noble-ciphers/compare/0.6.0...1.0.0) - Prohibit AES-GCM nonces smaller than 8 bytes - Hide unnecessary data exposure in AES errors - Improve FF1 type checks - Add support for node.js v14 **Full Changelog**: https://github.com/paulmillr/noble-ciphers/compare/0.6.0...1.0.0 ### [`v0.6.0`](https://redirect.github.com/paulmillr/noble-ciphers/releases/tag/0.6.0) [Compare Source](https://redirect.github.com/paulmillr/noble-ciphers/compare/0.5.3...0.6.0) - Implement AESKW, AESKWP from [RFC 3394](https://datatracker.ietf.org/doc/html/rfc3394) / [RFC 5649](https://datatracker.ietf.org/doc/html/rfc5649) - Add support for unaligned byte arrays - Improve typescript compatibility with different module resolutions **Full Changelog**: https://github.com/paulmillr/noble-ciphers/compare/0.5.3...0.6.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 89.72%. Comparing base (01de67d) to head (c7e77e9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #1419 +/- ## ======================================= Coverage 89.72% 89.72% ======================================= Files 177 177 Lines 26818 26818 Branches 2220 2220 ======================================= Hits 24062 24062 Misses 2756 2756 ```

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