1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-30 21:21:01 +05:00
parent c26effe1d9
commit 617dd32f4f
4 changed files with 20 additions and 20 deletions

View file

@ -3562,9 +3562,9 @@
}
},
"knex": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/knex/-/knex-0.20.0.tgz",
"integrity": "sha512-2IQUDItwSAuhTxtH/T4VibEuFMngI9LUkpgM0qD/JH1xWARRtWIJ9mU8hNNnFgrKh9RZdPYZToBgsV/UEaje4g==",
"version": "0.20.1",
"resolved": "https://registry.npmjs.org/knex/-/knex-0.20.1.tgz",
"integrity": "sha512-vQvlzsCw4kkqWLmUFVhPX8H4KrfSLVSVGbMJVo4fhJ8N5fN+CH0LzgAmQBh0iwbJY7x8Sk3T4pEjnUlUKjnCPw==",
"requires": {
"bluebird": "^3.7.1",
"colorette": "1.1.0",

View file

@ -18,7 +18,7 @@
"dotenv": "^8.2.0",
"dotenv-cli": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.0",
"knex": "^0.20.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"sails": "^1.2.3",