mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
5a761236c5
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. - [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.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
987 B
JSON
43 lines
987 B
JSON
{
|
|
"name": "nginx-proxy-manager",
|
|
"version": "0.0.0",
|
|
"description": "A beautiful interface for creating Nginx endpoints",
|
|
"main": "js/index.js",
|
|
"dependencies": {
|
|
"ajv": "^6.12.0",
|
|
"archiver": "^5.3.0",
|
|
"batchflow": "^0.4.0",
|
|
"bcrypt": "^5.0.0",
|
|
"body-parser": "^1.19.0",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.19.2",
|
|
"express-fileupload": "^1.1.9",
|
|
"gravatar": "^1.8.0",
|
|
"json-schema-ref-parser": "^8.0.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"knex": "2.4.2",
|
|
"liquidjs": "10.6.1",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"mysql": "^2.18.1",
|
|
"node-rsa": "^1.0.8",
|
|
"objection": "3.0.1",
|
|
"path": "^0.12.7",
|
|
"signale": "1.4.0",
|
|
"sqlite3": "5.1.6",
|
|
"temp-write": "^4.0.0"
|
|
},
|
|
"signale": {
|
|
"displayDate": true,
|
|
"displayTimestamp": true
|
|
},
|
|
"author": "Jamie Curnow <jc@jc21.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^8.36.0",
|
|
"eslint-plugin-align-assignments": "^1.1.2",
|
|
"nodemon": "^2.0.2",
|
|
"prettier": "^2.0.4"
|
|
}
|
|
}
|