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

Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.18.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/4.17.3...4.18.1)

---
updated-dependencies:
- dependency-name: express
  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]
2022-05-10 14:21:58 +00:00
committed by GitHub
parent 6135c5be4c
commit 8cf7d80414

View File

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