Skip to content

fix(deps): update dependency @simplewebauthn/browser to v14 - #689

Open
renovate[bot] wants to merge 3 commits into
mainfrom
renovate/simplewebauthn-browser-14.x
Open

renovate[bot] wants to merge 3 commits into
mainfrom
renovate/simplewebauthn-browser-14.x

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@simplewebauthn/browser (source) ^13.1.2^14.0.0 age confidence

Release Notes

MasterKale/SimpleWebAuthn (@​simplewebauthn/browser)

v14.0.0

Compare Source

The headlining feature of this release is @​simplewebauthn/server gaining support for passkeys
using the ML-DSA-44, ML-DSA-65, and ML-DSA-87 PQC algorithms in supported runtimes. And in those
same supported runtimes, SimpleWebAuthn will automatically encourage registration of ML-DSA-44
passkeys to future-proof Relying Parties as PQC-capable FIDO2 authenticators and credential managers
start coming to market. See https://simplewebauthn.dev/docs/advanced/server/pqc-ml-dsa-support for
more info 🚀

Setting our sites on the browser, @​simplewebauthn/browser picks up a new sendSignal() method
as a single method to call all of the
WebAuthn Signal APIs. See
https://simplewebauthn.dev/docs/packages/browser#sendsignal for more info 🛜

As for breaking changes, the minimum supported version of Node has been raised to Node LTS 22.x
and higher
, and Deno v2.4.x and higher. Going forward, SimpleWebAuthn will more formally aim
to support Node LTS releases through their Active and Maintenance windows as tracked on
the Node.js Releases page, and aim to support Deno
minor releases for up to one year after their release

That's not all, though. Continue reading for the full list of changes in this release! 🎉

Changes:

Breaking Changes
  • [browser] [server] The minimum supported runtime versions have been increased to Node LTS 22.x
    and higher, and Deno v2.4.x and higher
    (#​763)

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 11:59 PM (* 0-23 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

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

@vercel

vercel Bot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
auth Ready Ready Preview Sep 20, 2026 9:32pm UTC

Request Review

renovate Bot and others added 3 commits September 20, 2026 18:40
* Allow HackPSU's own Cloud Run origins to authenticate (#705)

Gavel now runs on Cloud Run at
gavel-production-695455897614.us-east4.run.app. That origin was not in the
allowlist, so resolveReturnTo discarded it and sent users to hackpsu.org
instead -- login could start but never come back.

Scoped to our project rather than to .run.app as a whole. Cloud Run derives
its hostname as <service>-<project-number>.<region>.run.app, so the project
number identifies the owner; allowing .run.app outright would let anyone
deploy a service and have buildReturnUrl hand it a session token, which is the
same class of problem resolveReturnTo exists to prevent. A service in another
project cannot forge it: naming theirs foo-695455897614 yields
foo-695455897614-<their-number>.<region>.run.app, whose first label ends with
their number, not ours. The number is overridable via CLOUD_RUN_PROJECT_NUMBER.

Classified as staging rather than falling through to local, because Cloud Run
is a real HTTPS deployment whose cookies must be marked Secure, but is not on
hackpsu.org so it cannot read the shared session cookie and has to use the
token handoff -- exactly what staging already means here.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

* chore(deps): update dependency zod to v4.6.5

---------

Co-authored-by: Kanishk Sachdev <64576646+kensac@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants