Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Bump lodash from 4.17.10 to 4.17.21 in /part2/VulnerableAppTwo
Browse files Browse the repository at this point in the history
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.10...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent e0b12c9 commit 74881c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part2/VulnerableAppTwo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"express": "4.16.0", // Known to have vulnerabilities in this version
"lodash": "4.17.10", // Vulnerable version
"lodash": "4.17.21", // Vulnerable version
"marked": "0.3.6", // Vulnerable version
"mongoose": "5.0.16", // Known vulnerabilities in this version
"request": "2.81.0" // Deprecated and has known vulnerabilities
Expand Down

0 comments on commit 74881c4

Please sign in to comment.