Skip to content

deps(deps): bump @epic-web/totp from 1.1.3 to 4.0.1 - #90

Closed
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/npm_and_yarn/develop/epic-web/totp-4.0.1
Closed

deps(deps): bump @epic-web/totp from 1.1.3 to 4.0.1#90
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/npm_and_yarn/develop/epic-web/totp-4.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown

Bumps @epic-web/totp from 1.1.3 to 4.0.1.

Release notes

Sourced from @​epic-web/totp's releases.

v4.0.1

4.0.1 (2025-02-25)

Bug Fixes

  • ensured that generateTOTP converts the digits and period params into numbers. (#25) (33d8db9)

v4.0.0

4.0.0 (2025-02-24)

Bug Fixes

  • revert all commits back to bab1ccc (dc62fc1)

BREAKING CHANGES

  • Removes compatibilities added up to v3.0.0

v3.1.0

3.1.0 (2025-02-17)

Features

  • Allow to generate TOTP codes up to 20 character long (#24) (2242335)

v3.0.2

3.0.2 (2025-02-15)

Bug Fixes

  • prevent certain offset values to address out of hashBytes (#23) (3bf1701)

v3.0.1

3.0.1 (2025-02-15)

Bug Fixes

  • Stay compatible with the authenticator apps (#22) (09f5f48)

v3.0.0

3.0.0 (2025-02-14)

Bug Fixes

... (truncated)

Commits
  • 33d8db9 fix: ensured that generateTOTP converts the digits and period params into num...
  • 52dabf0 chore: add critical test for base 2fa functionality
  • dc62fc1 fix: revert all commits back to bab1ccc
  • 2242335 feat: Allow to generate TOTP codes up to 20 character long (#24)
  • 3bf1701 fix: prevent certain offset values to address out of hashBytes (#23)
  • 09f5f48 fix: Stay compatible with the authenticator apps (#22)
  • bab1ccc fix: simplify algorithm name extraction in TOTP URI generation
  • 746f615 fix: add optional chaining for algorithm name in TOTP URI generation
  • e5645d0 fix: normalize algorithm name for TOTP Auth URI generation
  • adc780e feat: improve HOTP generation for longer OTPs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ajccarlson and others added 2 commits July 27, 2026 01:16
* Restore watchlist dark theme contrast

* Fix nightly e2e rate limiting and Scorecard branch trigger

The nightly browser suites were failing with 429s: the e2e server runs
in production mode and nothing ever set PLAYWRIGHT_TEST_BASE_URL, so the
rate-limit relaxation in server/index.ts was dead and the whole suite
shared production limits (10 auth POSTs/min). Set the marker in the
Playwright webServer env so test runs get the intended multiplier.

The OpenSSF Scorecard workflow triggered on pushes to main, but
scorecard-action only supports the default branch (develop), so every
push run failed with "only default branch is supported".

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Bumps [@epic-web/totp](https://github.com/epicweb-dev/totp) from 1.1.3 to 4.0.1.
- [Release notes](https://github.com/epicweb-dev/totp/releases)
- [Commits](epicweb-dev/totp@v1.1.3...v4.0.1)

---
updated-dependencies:
- dependency-name: "@epic-web/totp"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from ajccarlson as a code owner July 27, 2026 16:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@ajccarlson

Copy link
Copy Markdown
Owner

Superseded by #92, which landed this upgrade.

@ajccarlson ajccarlson closed this Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ajccarlson
ajccarlson deleted the dependabot/npm_and_yarn/develop/epic-web/totp-4.0.1 branch July 27, 2026 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant