chore(deps): bump express in /tests/apps/nodejs-express-noprocfile

Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.1.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.21.2...v5.1.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-01 13:55:16 +00:00
committed by GitHub
parent fa55f38258
commit 86386450f0

View File

@@ -2,7 +2,7 @@
"name": "node-example",
"version": "0.0.1",
"dependencies": {
"express": "4.21.x"
"express": "5.1.x"
},
"engines": {
"node": "4.2.x"