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-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 12, 2024
1 parent 8ff6af4 commit cabb8b7
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
98 changes: 49 additions & 49 deletions BackEnd/package-lock.json

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

6 changes: 3 additions & 3 deletions BackEnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express": "^4.21.1",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"express-session": "^1.18.1",
"find-config": "^1.0.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
Expand Down

0 comments on commit cabb8b7

Please sign in to comment.