diff --git a/part2/VulnerableAppTwo/package.json b/part2/VulnerableAppTwo/package.json index e035a27..2ee9baa 100644 --- a/part2/VulnerableAppTwo/package.json +++ b/part2/VulnerableAppTwo/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "dependencies": { - "express": "4.16.0", // Known to have vulnerabilities in this version + "express": "4.19.2", // Known to have vulnerabilities in this version "lodash": "4.17.21", // Vulnerable version "marked": "0.3.6", // Vulnerable version "mongoose": "5.0.16", // Known vulnerabilities in this version