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 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>
14 lines
180 B
JSON
14 lines
180 B
JSON
{
|
|
"name": "node-example",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"express": "5.1.x"
|
|
},
|
|
"engines": {
|
|
"node": "4.2.x"
|
|
},
|
|
"scripts": {
|
|
"start": "false"
|
|
}
|
|
}
|