1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

chore: Bump express and related dependencies

This commit is contained in:
Maksim Eltyshev 2024-09-16 13:26:29 +02:00
parent 10001db8cf
commit 135f5eccb5
2 changed files with 7121 additions and 7114 deletions

14229
server/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,7 @@
"db:migrate": "knex migrate:latest --cwd db",
"db:seed": "knex seed:run --cwd db",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"preinstall": "npx npm-force-resolutions",
"start": "nodemon",
"start:prod": "node app.js --prod",
"test": "mocha test/lifecycle.test.js test/integration/**/*.test.js test/utils/**/*.test.js"
@ -57,6 +58,11 @@
"mocha": "^10.7.3",
"nodemon": "^3.1.4"
},
"resolutions": {
"body-parser": "1.20.3",
"express": "4.21.0",
"send": "0.19.0"
},
"engines": {
"node": ">=18"
}