Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
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
  • Loading branch information
snyk-bot committed Oct 9, 2024
1 parent 1d024f5 commit 975bcb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"body-parser": "^1.20.2",
"electron-log": "^5.1.5",
"electron-squirrel-startup": "^1.0.1",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express": "^4.21.1",
"express-session": "^1.18.1",
"ini": "^4.1.3",
"morgan": "^1.10.0",
"passport": "^0.7.0",
Expand Down

0 comments on commit 975bcb7

Please sign in to comment.