mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-02 00:28:07 +01:00
Bumps the prod-minor-updates group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.6.2` | `12.8.0` | | [knex](https://github.com/knex/knex) | `3.1.0` | `3.2.4` | | [liquidjs](https://github.com/harttle/liquidjs) | `10.24.0` | `10.25.1` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.18.2` | `3.20.0` | | [otplib](https://github.com/yeojz/otplib/tree/HEAD/packages/otplib) | `13.3.0` | `13.4.0` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.19.0` | `8.20.0` | Updates `better-sqlite3` from 12.6.2 to 12.8.0 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v12.6.2...v12.8.0) Updates `knex` from 3.1.0 to 3.2.4 - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/commits) Updates `liquidjs` from 10.24.0 to 10.25.1 - [Release notes](https://github.com/harttle/liquidjs/releases) - [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harttle/liquidjs/compare/v10.24.0...v10.25.1) Updates `mysql2` from 3.18.2 to 3.20.0 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.18.2...v3.20.0) Updates `otplib` from 13.3.0 to 13.4.0 - [Release notes](https://github.com/yeojz/otplib/releases) - [Commits](https://github.com/yeojz/otplib/commits/v13.4.0/packages/otplib) Updates `pg` from 8.19.0 to 8.20.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 12.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates - dependency-name: knex dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates - dependency-name: liquidjs dependency-version: 10.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates - dependency-name: mysql2 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates - dependency-name: otplib dependency-version: 13.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates - dependency-name: pg dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "nginx-proxy-manager",
|
|
"version": "2.0.0",
|
|
"description": "A beautiful interface for creating Nginx endpoints",
|
|
"author": "Jamie Curnow <jc@jc21.com>",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "biome lint",
|
|
"prettier": "biome format --write .",
|
|
"validate-schema": "node validate-schema.js",
|
|
"regenerate-config": "node scripts/regenerate-config"
|
|
},
|
|
"dependencies": {
|
|
"@apidevtools/json-schema-ref-parser": "^15.3.1",
|
|
"ajv": "^8.18.0",
|
|
"archiver": "^7.0.1",
|
|
"batchflow": "^0.4.0",
|
|
"bcrypt": "^6.0.0",
|
|
"better-sqlite3": "^12.8.0",
|
|
"body-parser": "^2.2.2",
|
|
"compression": "^1.8.1",
|
|
"express": "^5.2.1",
|
|
"express-fileupload": "^1.5.2",
|
|
"gravatar": "^1.8.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"knex": "3.2.4",
|
|
"liquidjs": "10.25.1",
|
|
"lodash": "^4.17.23",
|
|
"moment": "^2.30.1",
|
|
"mysql2": "^3.20.0",
|
|
"node-rsa": "^1.1.1",
|
|
"objection": "3.1.5",
|
|
"otplib": "^13.4.0",
|
|
"path": "^0.12.7",
|
|
"pg": "^8.20.0",
|
|
"proxy-agent": "^6.5.0",
|
|
"signale": "1.4.0",
|
|
"sqlite3": "^5.1.7",
|
|
"temp-write": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-parser": "^12.1.0",
|
|
"@biomejs/biome": "^2.4.5",
|
|
"chalk": "5.6.2",
|
|
"nodemon": "^3.1.14"
|
|
},
|
|
"signale": {
|
|
"displayDate": true,
|
|
"displayTimestamp": true
|
|
}
|
|
}
|