fix(deps): update dependency totp-generator to v2#1530
Open
renovate[bot] wants to merge 1 commit intostagingfrom
Open
fix(deps): update dependency totp-generator to v2#1530renovate[bot] wants to merge 1 commit intostagingfrom
renovate[bot] wants to merge 1 commit intostagingfrom
Conversation
36a778e to
59f4dd0
Compare
59f4dd0 to
cd4dade
Compare
c5d0932 to
84feb06
Compare
84feb06 to
9b64064
Compare
9b64064 to
b3cda9c
Compare
b3cda9c to
da736b1
Compare
da736b1 to
d91150a
Compare
d91150a to
ebef750
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0→2.0.1Release Notes
bellstrand/totp-generator (totp-generator)
v2.0.1Compare Source
v2.0.0: BREAKING v2.0.0Compare Source
🔥 Breaking Changes
The generate() method is now asynchronous. To use it, you'll need to await the function call. For example, change TOTP.generate() to await TOTP.generate(). This change was made to transition from the external jssha dependency to the native Web Crypto API, which improves security and efficiency.
🚀 Enhancements
Native Crypto API: We've replaced the jssha library with the native Web Crypto API. This not only eliminates an external dependency but also provides a more secure and performant way to generate TOTP tokens.
v1.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.