Skip to content

Commit

Permalink
Merge pull request #560 from cloudgeek7/snyk-fix-5cfbefaf3a954675b4ce…
Browse files Browse the repository at this point in the history
…97581f4a6e5d

[Snyk] Fix for 53 vulnerabilities
  • Loading branch information
cloudgeek7 committed Feb 19, 2023
2 parents c907a50 + cebf496 commit 2e43168
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'"
},
"dependencies": {
"body-parser": "1.9.0",
"body-parser": "1.19.2",
"cookie-parser": "1.3.3",
"ejs": "1.0.0",
"ejs": "3.1.7",
"ejs-locals": "1.0.2",
"errorhandler": "1.2.0",
"express": "4.12.4",
"express-fileupload": "0.0.5",
"humanize-ms": "1.0.1",
"marked": "0.3.5",
"errorhandler": "1.4.3",
"express": "4.17.3",
"express-fileupload": "1.1.10",
"humanize-ms": "1.2.1",
"marked": "4.0.10",
"method-override": "latest",
"moment": "2.15.1",
"mongoose": "4.2.4",
"moment": "2.29.2",
"mongoose": "5.13.15",
"morgan": "latest",
"ms": "^0.7.1",
"npmconf": "0.0.24",
"ms": "^2.0.0",
"npmconf": "2.1.3",
"optional": "^0.1.3",
"st": "0.2.4",
"st": "1.2.2",
"stream-buffers": "^3.0.1",
"tap": "^5.7.0"
"tap": "^14.6.8"
}
}

0 comments on commit 2e43168

Please sign in to comment.