Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent cba0276 commit 0502e70
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 @@ -29,11 +29,11 @@
"node": ">=8.x"
},
"dependencies": {
"body-parser": "^1.19.0",
"body-parser": "^1.20.3",
"cookie-parser": "~1.4.4",
"debug": ">=4.1.1",
"dotenv-safe": "^8.2.0",
"express": "^4.17.1",
"express": "^4.21.0",
"lowdb": "^1.0.0",
"morgan": "^1.9.1",
"pug": "^2.0.4",
Expand Down

0 comments on commit 0502e70

Please sign in to comment.