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

Commit

Permalink
Bump express from 4.16.0 to 4.19.2 in /part2/VulnerableAppTwo
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.16.0 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.16.0...4.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 8aa727c commit 1707bbe
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 @@ -7,7 +7,7 @@
"start": "node index.js"
},
"dependencies": {
"express": "4.16.0",
"express": "4.19.2",
"lodash": "4.17.10",
"marked": "0.3.6",
"mongoose": "5.0.16",
Expand Down

0 comments on commit 1707bbe

Please sign in to comment.