Update Knub. Add lodash.at for new util functions.
This commit is contained in:
parent
c087654979
commit
74f643487c
2 changed files with 19 additions and 4 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -27,6 +27,19 @@
|
||||||
"@types/node": "*"
|
"@types/node": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@types/lodash": {
|
||||||
|
"version": "4.14.110",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.110.tgz",
|
||||||
|
"integrity": "sha512-iXYLa6olt4tnsCA+ZXeP6eEW3tk1SulWeYyP/yooWfAtXjozqXgtX4+XUtMuOCfYjKGz3F34++qUc3Q+TJuIIw=="
|
||||||
|
},
|
||||||
|
"@types/lodash.at": {
|
||||||
|
"version": "4.6.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/lodash.at/-/lodash.at-4.6.3.tgz",
|
||||||
|
"integrity": "sha512-I9uzVJxGEvHRTsXI/1AUjkaJOxWdYRE5pOoUUJxfbq5N4y071Y2CyGDrxmNwfYJosCmX3jF+2Zhrw7A6pQc7pg==",
|
||||||
|
"requires": {
|
||||||
|
"@types/lodash": "*"
|
||||||
|
}
|
||||||
|
},
|
||||||
"@types/moment-timezone": {
|
"@types/moment-timezone": {
|
||||||
"version": "0.5.6",
|
"version": "0.5.6",
|
||||||
"resolved": "https://registry.npmjs.org/@types/moment-timezone/-/moment-timezone-0.5.6.tgz",
|
"resolved": "https://registry.npmjs.org/@types/moment-timezone/-/moment-timezone-0.5.6.tgz",
|
||||||
|
@ -2158,9 +2171,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"knub": {
|
"knub": {
|
||||||
"version": "9.4.5",
|
"version": "9.4.9",
|
||||||
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.5.tgz",
|
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.9.tgz",
|
||||||
"integrity": "sha512-ZfErw4sgpoBT4sglnYM6Z3H6UXAhS5jwhYl39xmGLfRPAdsoYolzECxyTVp7L0VF79ZnGPQF32l3QiCcARpPTw==",
|
"integrity": "sha512-ubXXkmVN6JTeVc/96/RWJmy9oSVgpPETXlyZLVUk81HM3XozAG8vVb4CbXh24PqZoU/jd7YN5QtxbWnna/nKlQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"escape-string-regexp": "^1.0.5",
|
"escape-string-regexp": "^1.0.5",
|
||||||
"js-yaml": "^3.9.1",
|
"js-yaml": "^3.9.1",
|
||||||
|
|
|
@ -23,12 +23,14 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/knex": "0.0.64",
|
"@types/knex": "0.0.64",
|
||||||
|
"@types/lodash.at": "^4.6.3",
|
||||||
"@types/moment-timezone": "^0.5.6",
|
"@types/moment-timezone": "^0.5.6",
|
||||||
"@types/node": "^8.0.50",
|
"@types/node": "^8.0.50",
|
||||||
"dotenv": "^4.0.0",
|
"dotenv": "^4.0.0",
|
||||||
"eris": "^0.8.6",
|
"eris": "^0.8.6",
|
||||||
"knex": "^0.14.6",
|
"knex": "^0.14.6",
|
||||||
"knub": "^9.4.5",
|
"knub": "^9.4.9",
|
||||||
|
"lodash.at": "^4.6.0",
|
||||||
"mariasql": "^0.2.6",
|
"mariasql": "^0.2.6",
|
||||||
"moment-timezone": "^0.5.21",
|
"moment-timezone": "^0.5.21",
|
||||||
"ts-node": "^3.3.0",
|
"ts-node": "^3.3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue