chore(deps): bump express in /tests/apps/dockerfile-procfile-bad

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-03 02:51:54 +00:00
committed by GitHub
parent d60a21e65e
commit 00ed4e41b1

View File

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