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-07 21:59:29 +05:00
parent 343bd7811b
commit a34eda12f9
4 changed files with 19 additions and 10 deletions

View file

@ -1,4 +1,5 @@
{
"name": "planka-server",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
@ -3506,13 +3507,13 @@
}
},
"knex": {
"version": "0.19.4",
"resolved": "https://registry.npmjs.org/knex/-/knex-0.19.4.tgz",
"integrity": "sha512-FRnR2iWEAoKkrVo3KyiEYeGwUjZOZT2WDko/tn3nCKzQdn6m8+5qSUeYLGa9zM8SwFGJriYKQSSMiDJKLILcMQ==",
"version": "0.19.5",
"resolved": "https://registry.npmjs.org/knex/-/knex-0.19.5.tgz",
"integrity": "sha512-Hy258avCVircQq+oj3WBqPzl8jDIte438Qlq+8pt1i/TyLYVA4zPh2uKc7Bx0t+qOpa6D42HJ2jjtl2vagzilw==",
"requires": {
"bluebird": "^3.5.5",
"bluebird": "^3.7.0",
"colorette": "1.1.0",
"commander": "^3.0.1",
"commander": "^3.0.2",
"debug": "4.1.1",
"getopts": "2.2.5",
"inherits": "~2.0.4",
@ -3527,6 +3528,11 @@
"v8flags": "^3.1.3"
},
"dependencies": {
"bluebird": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.0.tgz",
"integrity": "sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg=="
},
"debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",

View file

@ -18,7 +18,7 @@
"dotenv": "^8.1.0",
"dotenv-cli": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.19.4",
"knex": "^0.19.5",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"sails": "^1.2.3",