[PR #1519] [MERGED] Fix upgrade @simplewebauthn/server from 9.0.3 to 13.2.1 #33903

Closed
opened 2026-06-17 03:31:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: webauth


📝 Commits (10+)

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

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1519 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/28/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `webauth` --- ### 📝 Commits (10+) - [`08c930e`](https://github.com/fosrl/pangolin/commit/08c930e6cf3369232a9604eea363b3fce5f8eab9) update webauthen - [`f61d722`](https://github.com/fosrl/pangolin/commit/f61d722aeef6083c3c66d67124d29317de60841c) Merge branch 'fosrl:main' into webauth - [`31896c9`](https://github.com/fosrl/pangolin/commit/31896c9be9da3f8dbe78bfea5007a435e586f72f) cleanup - [`76da2ee`](https://github.com/fosrl/pangolin/commit/76da2ee324ec999816822b9d9d73e9d2838eb35a) cleanup - [`8128204`](https://github.com/fosrl/pangolin/commit/812820472f454e1ecfdcce715a5a25b2c9d6f6b3) Merge branch 'fosrl:main' into webauth - [`73cd820`](https://github.com/fosrl/pangolin/commit/73cd82081a4f39c47c2efed9d0ccb43b2f5744a4) fix securitykey - [`1352316`](https://github.com/fosrl/pangolin/commit/1352316492bc8fb6b33af5983b69b4044bafd520) update securityKey - [`df92e41`](https://github.com/fosrl/pangolin/commit/df92e413849f519f573e9b1a344db394392d1413) added migration for simplewebauthn - [`2c80824`](https://github.com/fosrl/pangolin/commit/2c8082451f947a741a1608602c37aadff9895811) Add where clause to sql migrations - [`4523a8d`](https://github.com/fosrl/pangolin/commit/4523a8df0fe299ae7948951497cdda5d5d0b1a95) Bump build ### 📊 Changes **8 files changed** (+248 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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](https://github.com/MasterKale/SimpleWebAuthn/releases) for more information about the changes. Fixes https://github.com/fosrl/pangolin/pull/1499 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 03:31:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#33903