Skip to content

Commit

Permalink
docs(examples): fix Mongoose Prototype Pollution vulnerability
Browse files Browse the repository at this point in the history
Both mongoose and the mongodb NodeJS driver dependency appeared to be
completely unused so instead of upgrading I just removed them.

[skip-ci]

Fixes #2669

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Sep 17, 2023
1 parent fc863a0 commit de56340
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"cors": "2.8.5",
"express": "4.17.3",
"moment": "2.29.4",
"mongodb": "3.7.3",
"mongoose": "5.13.14",
"ts-node": "9.1.1",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"helmet": "4.6.0"
},
Expand Down

0 comments on commit de56340

Please sign in to comment.