mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 20:55:01 +00:00
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/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": {
|
||||
"version": "0.5.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/moment-timezone/-/moment-timezone-0.5.6.tgz",
|
||||
|
@ -2158,9 +2171,9 @@
|
|||
}
|
||||
},
|
||||
"knub": {
|
||||
"version": "9.4.5",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.5.tgz",
|
||||
"integrity": "sha512-ZfErw4sgpoBT4sglnYM6Z3H6UXAhS5jwhYl39xmGLfRPAdsoYolzECxyTVp7L0VF79ZnGPQF32l3QiCcARpPTw==",
|
||||
"version": "9.4.9",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.9.tgz",
|
||||
"integrity": "sha512-ubXXkmVN6JTeVc/96/RWJmy9oSVgpPETXlyZLVUk81HM3XozAG8vVb4CbXh24PqZoU/jd7YN5QtxbWnna/nKlQ==",
|
||||
"requires": {
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"js-yaml": "^3.9.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue