chore: pin fastify-raw-body dependency to exact version
Node.js CI / CI (pull_request) Successful in 23s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s

Pinned fastify-raw-body from ^5.0.0 to 5.0.0 to ensure consistent
dependency versions across all environments.

Changes:
- Pinned fastify-raw-body to 5.0.0
- Regenerated pnpm-lock.yaml
This commit is contained in:
2026-02-20 20:06:46 -08:00
committed by Naomi Carrigan
parent 0f7ab59889
commit c28069e7b0
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"dependencies": {
"discord-verify": "1.2.0",
"fastify": "5.2.1",
"fastify-raw-body": "^5.0.0",
"fastify-raw-body": "5.0.0",
"nodemailer": "6.10.0",
"stripe": "18.3.0"
}