chore: pin dependency versions
Node.js CI / CI (pull_request) Failing after 9s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m20s

This commit is contained in:
2026-02-19 16:32:36 -08:00
committed by Naomi Carrigan
parent f378a74199
commit 59cf99d7cb
+14 -14
View File
@@ -26,22 +26,22 @@
"@angular/platform-browser": "21.1.2", "@angular/platform-browser": "21.1.2",
"@angular/router": "21.1.2", "@angular/router": "21.1.2",
"@fastify/autoload": "6.0.3", "@fastify/autoload": "6.0.3",
"@fastify/cookie": "^11.0.2", "@fastify/cookie": "11.0.2",
"@fastify/cors": "^11.0.0", "@fastify/cors": "11.0.0",
"@fastify/csrf-protection": "^7.1.0", "@fastify/csrf-protection": "7.1.0",
"@fastify/helmet": "^13.0.2", "@fastify/helmet": "13.0.2",
"@fastify/jwt": "^10.0.0", "@fastify/jwt": "10.0.0",
"@fastify/oauth2": "^8.1.2", "@fastify/oauth2": "8.1.2",
"@fastify/rate-limit": "^10.3.0", "@fastify/rate-limit": "10.3.0",
"@fastify/sensible": "6.0.4", "@fastify/sensible": "6.0.4",
"@fastify/static": "^9.0.0", "@fastify/static": "9.0.0",
"@nhcarrigan/logger": "1.1.1", "@nhcarrigan/logger": "1.1.1",
"@prisma/client": "6.19.2", "@prisma/client": "6.19.2",
"dompurify": "^3.3.1", "dompurify": "3.3.1",
"fastify": "5.7.3", "fastify": "5.7.3",
"fastify-plugin": "5.0.1", "fastify-plugin": "5.0.1",
"jsdom": "^28.0.0", "jsdom": "28.0.0",
"marked": "^17.0.1", "marked": "17.0.1",
"rxjs": "7.8.2" "rxjs": "7.8.2"
}, },
"devDependencies": { "devDependencies": {
@@ -67,10 +67,10 @@
"@swc-node/register": "1.9.2", "@swc-node/register": "1.9.2",
"@swc/core": "1.5.29", "@swc/core": "1.5.29",
"@swc/helpers": "0.5.18", "@swc/helpers": "0.5.18",
"@types/dompurify": "^3.2.0", "@types/dompurify": "3.2.0",
"@types/jest": "30.0.0", "@types/jest": "30.0.0",
"@types/jsdom": "^27.0.0", "@types/jsdom": "27.0.0",
"@types/jsonwebtoken": "^9.0.10", "@types/jsonwebtoken": "9.0.10",
"@types/node": "20.19.9", "@types/node": "20.19.9",
"@typescript-eslint/utils": "8.54.0", "@typescript-eslint/utils": "8.54.0",
"angular-eslint": "21.1.0", "angular-eslint": "21.1.0",