Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 26 additions & 18 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in backend/package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability Warning

Artifact "tmp" 0.0.33 is vulnerable to CVE-2025-54798 - tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter. Vulnerability score: 2.5 (low).

Check failure on line 1 in backend/package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability Error

Artifact "underscore" 1.8.3 is vulnerable to CVE-2021-23358 - Arbitrary Code Execution in underscore. Vulnerability score: 9.8 (critical).
"name": "turning-wheel-backend",
"version": "1.0.0",
"description": "Secure full-stack backend for The Turning Wheel application with E2E encryption",
Expand Down Expand Up @@ -31,9 +31,9 @@
"jsonwebtoken": "^9.0.2",
"bcryptjs": "^2.4.3",
"joi": "^17.11.0",
"express-validator": "^7.0.1",
"express-validator": "^7.3.0",
"express-slow-down": "^2.0.1",
"express-brute": "^1.0.1",

Check warning on line 36 in backend/package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability Warning

Artifact "express-brute" 1.0.1 is vulnerable to GHSA-984p-xq9m-4rjw - Rate Limiting Bypass in express-brute. Vulnerability score: 5.6 (medium).
"pg": "^8.11.3",
"pg-pool": "^3.6.1",
"redis": "^4.6.10",
Expand All @@ -46,7 +46,7 @@
"node-cron": "^3.0.3",
"multer": "^2.0.2",
"sharp": "^0.32.6",
"nodemailer": "^6.9.7",
"nodemailer": "^7.0.7",
"socket.io": "^4.7.4",
"express-session": "^1.17.3",
"connect-redis": "^7.1.0",
Expand Down
Loading
Loading