fix(security): Remediate scanning and dependency alerts

Harden template and example code paths, redact sensitive output, and pin safe transitive npm packages. Consolidate the todo backend on better-sqlite3 so the example no longer pulls the vulnerable sqlite3 chain and still passes build and CRUD smoke checks.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
sickn33
2026-03-18 18:05:45 +01:00
parent d2c593e719
commit 3b6ef3add8
21 changed files with 711 additions and 2821 deletions

View File

@@ -5,6 +5,9 @@
name: Publish to npm
permissions:
contents: read
on:
release:
types: [published]