mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Bumps [express](https://github.com/expressjs/express) from 2.5.11 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/2.5.11...4.17.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
11 lines
140 B
JSON
11 lines
140 B
JSON
{
|
|
"name": "node-example",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"express": "4.17.x"
|
|
},
|
|
"engines": {
|
|
"node": "4.2.x"
|
|
}
|
|
}
|