From 49862b8d720fd08334bd4e149832822f0a4e5a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:04:13 +0000 Subject: [PATCH] Bump mongoose from 5.0.16 to 5.13.20 in /part2/VulnerableAppTwo Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.0.16 to 5.13.20. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.0.16...5.13.20) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- part2/VulnerableAppTwo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part2/VulnerableAppTwo/package.json b/part2/VulnerableAppTwo/package.json index e035a27..99ddc14 100644 --- a/part2/VulnerableAppTwo/package.json +++ b/part2/VulnerableAppTwo/package.json @@ -10,7 +10,7 @@ "express": "4.16.0", // 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 + "mongoose": "5.13.20", // Known vulnerabilities in this version "request": "2.81.0" // Deprecated and has known vulnerabilities }, "devDependencies": {},