Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#40)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
acellam and snyk-bot authored Nov 27, 2024
1 parent c94f005 commit 8675c03
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
32 changes: 23 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-session": "^1.18.0",
"express": "^4.21.1",
"express-session": "^1.18.1",
"figlet": "^1.7.0",
"helmet": "^7.1.0",
"http-status-codes": "^2.3.0",
Expand Down

0 comments on commit 8675c03

Please sign in to comment.