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 9, 2024
1 parent 73591d5 commit 8c42b17
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 72 deletions.
174 changes: 105 additions & 69 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 @@ -14,16 +14,16 @@
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"discord.js": "^14.12.1",
"dotenv": "^16.4.5",
"esm": "^3.2.25",
"express": "^4.19.2",
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"express-openid-connect": "^2.17.1",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"express-session": "^1.18.1",
"fs": "^0.0.1-security",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
Expand Down

0 comments on commit 8c42b17

Please sign in to comment.