mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-10 18:02:14 -05:00
[PR #1519] [MERGED] Fix upgrade @simplewebauthn/server from 9.0.3 to 13.2.1 #11392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1519
Author: @Lokowitz
Created: 9/22/2025
Status: ✅ Merged
Merged: 9/28/2025
Merged by: @oschwartz10612
Base:
main← Head:webauth📝 Commits (10+)
08c930eupdate webauthenf61d722Merge branch 'fosrl:main' into webauth31896c9cleanup76da2eecleanup8128204Merge branch 'fosrl:main' into webauth73cd820fix securitykey1352316update securityKeydf92e41added migration for simplewebauthn2c80824Add where clause to sql migrations4523a8dBump build📊 Changes
8 files changed (+248 additions, -117 deletions)
View changed files
📝
package-lock.json(+149 -86)📝
package.json(+2 -2)📝
server/lib/consts.ts(+1 -1)📝
server/routers/auth/securityKey.ts(+17 -28)📝
server/setup/migrationsPg.ts(+2 -0)📝
server/setup/migrationsSqlite.ts(+2 -0)➕
server/setup/scriptsPg/1.10.4.ts(+41 -0)➕
server/setup/scriptsSqlite/1.10.4.ts(+34 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Updated @simplewebauthn/server from version 9.0.3 to 13.2.1
There were a lot of breaking changes so please double check carefully.
I tested on local server and cloud server.
See release notes for more information about the changes.
Fixes https://github.com/fosrl/pangolin/pull/1499
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.