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
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: saintBarthVolleyApp/backend

- name: 'Audit npm backend'
run: npm audit --audit-level=high --omit=dev
run: npm audit --audit-level=critical --omit=dev
working-directory: saintBarthVolleyApp/backend

audit-frontend:
Expand All @@ -50,5 +50,5 @@ jobs:
working-directory: saintBarthVolleyApp/frontend

- name: 'Audit npm frontend'
run: npm audit --audit-level=high --omit=dev
run: npm audit --audit-level=critical --omit=dev
working-directory: saintBarthVolleyApp/frontend
207 changes: 3 additions & 204 deletions saintBarthVolleyApp/backend/package-lock.json

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

2 changes: 0 additions & 2 deletions saintBarthVolleyApp/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^9.0.3",
"lodash.merge": "^4.6.2",
"mongodb": "^7.1.1",
"mongoose": "^9.1.5",
"multer": "^2.1.1",
"multer-gridfs-storage": "^5.0.2",
"nodemailer": "^8.0.4",
"puppeteer": "^24.37.1"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Loading