1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

prototype pollution

Versions of lodash before 4.17.5 are vulnerable to prototype pollution: https://nodesecurity.io/advisories/577
This commit is contained in:
Raphaël Huchet
2018-07-17 12:57:45 +02:00
committed by GitHub
parent dd1c2eae9f
commit 5482032824

View File

@@ -40,7 +40,7 @@
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"fbgraph": "^1.4.1",
"lodash": "^4.17.4",
"lodash": "^4.17.5",
"lusca": "^1.5.2",
"mongoose": "^4.13.11",
"nodemailer": "^4.4.1",