MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.63k stars 137 forks source link

audit-example-deps-oct-2024 #622

Closed MasterKale closed 1 month ago

MasterKale commented 1 month ago

Dependabot is going crazy about example/package.json dependencies. Instead of merging a bunch of individual ones I'm choosing to give a modicum of TLC to the project's dependencies and update a few of them to quiet down some of this.

Basically I ran npm audit fix and upgraded a couple of dev dependencies, which got things down to an issue with the use of an old cookie-related library in express-session:

https://github.com/expressjs/session/issues/989

The example server isn't a production-quality demo so I'm not really worried about this.