Files
dokku/tests/apps/gitsubmodules/package.json
dependabot-preview[bot] 9f395318b3 chore(deps): [security] bump express in /tests/apps/gitsubmodules
Bumps [express](https://github.com/expressjs/express) from 3.3.8 to 4.17.1. **This update includes a security fix.**
- [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/3.3.8...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 08:31:21 +00:00

11 lines
141 B
JSON

{
"name": "node-example",
"version": "0.0.1",
"dependencies": {
"express": "~4.17.1"
},
"engines": {
"node": "4.2.x"
}
}