Bump express from 4.19.2 to 4.20.0 (#121)

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-30 15:08:27 -07:00
committed by GitHub
parent 79daf5c790
commit 1ddb145eb4
2 changed files with 160 additions and 28 deletions

View File

@@ -9,6 +9,6 @@
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2"
"express": "^4.20.0"
}
}