Skip to content

Commit

Permalink
fix: BackEnd/package.json & BackEnd/package-lock.json to reduce vulne…
Browse files Browse the repository at this point in the history
…rabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416
  • Loading branch information
snyk-bot committed Dec 9, 2024
1 parent 8ff6af4 commit 60514ef
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 34 deletions.
82 changes: 50 additions & 32 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
Expand Up @@ -23,14 +23,14 @@
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"find-config": "^1.0.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.0",
"mongoose": "^8.8.3",
"nodemon": "^3.0.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0"
Expand Down

0 comments on commit 60514ef

Please sign in to comment.