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

Update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-26 03:51:36 +05:00
parent 4a6553d241
commit fdc749c364
2 changed files with 8 additions and 8 deletions

View file

@ -3562,11 +3562,11 @@
} }
}, },
"knex": { "knex": {
"version": "0.19.5", "version": "0.20.0",
"resolved": "https://registry.npmjs.org/knex/-/knex-0.19.5.tgz", "resolved": "https://registry.npmjs.org/knex/-/knex-0.20.0.tgz",
"integrity": "sha512-Hy258avCVircQq+oj3WBqPzl8jDIte438Qlq+8pt1i/TyLYVA4zPh2uKc7Bx0t+qOpa6D42HJ2jjtl2vagzilw==", "integrity": "sha512-2IQUDItwSAuhTxtH/T4VibEuFMngI9LUkpgM0qD/JH1xWARRtWIJ9mU8hNNnFgrKh9RZdPYZToBgsV/UEaje4g==",
"requires": { "requires": {
"bluebird": "^3.7.0", "bluebird": "^3.7.1",
"colorette": "1.1.0", "colorette": "1.1.0",
"commander": "^3.0.2", "commander": "^3.0.2",
"debug": "4.1.1", "debug": "4.1.1",
@ -3584,9 +3584,9 @@
}, },
"dependencies": { "dependencies": {
"bluebird": { "bluebird": {
"version": "3.7.0", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.0.tgz", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz",
"integrity": "sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg==" "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg=="
}, },
"debug": { "debug": {
"version": "4.1.1", "version": "4.1.1",

View file

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