1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 16:05:35 +02:00

Fix security vulnerabilities, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-09-03 01:16:09 +05:00
parent 5c63dc9d30
commit 9dade5e950
4 changed files with 48 additions and 69 deletions

View file

@ -16,7 +16,7 @@
"dotenv": "^8.1.0",
"dotenv-cli": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.19.2",
"knex": "^0.19.3",
"lodash": "^4.17.15",
"moment": "^2.23.0",
"sails": "^1.2.3",
@ -27,7 +27,10 @@
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3",
"nodemon": "^1.19.1"
"js-yaml": ">=3.13.1",
"mixin-deep": ">=1.3.2",
"nodemon": "^1.19.1",
"set-value": ">=2.0.1"
},
"engines": {
"node": "^10.11"