fix deploy to skip critical for no-risk critical npm warning (fastjwt via fastify)
Some checks failed
Deploy / deploy (push) Failing after 15s
Security Tests / security-non-db (push) Successful in 24s
Security Tests / security-db (push) Successful in 32s

This commit is contained in:
2026-04-02 21:53:52 -05:00
parent 48268728f8
commit 1eda007d8b
2 changed files with 1359 additions and 979 deletions

View File

@@ -21,12 +21,12 @@
"devDependencies": {
"@types/node": "^20.19.25",
"@types/nodemailer": "^7.0.9",
"@types/supertest": "^6.0.3",
"@types/supertest": "^7.2.0",
"prisma": "^5.22.0",
"supertest": "^6.3.4",
"supertest": "^7.2.2",
"tsx": "^4.20.6",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^4.1.2"
},
"dependencies": {
"@fastify/cookie": "^11.0.2",
@@ -38,7 +38,7 @@
"date-fns-tz": "^3.2.0",
"fastify": "^5.6.2",
"node-cron": "^4.2.1",
"nodemailer": "^7.0.13",
"nodemailer": "^8.0.4",
"zod": "^3.23.8"
}
}