3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Update Knub to 9.4.11

This commit is contained in:
Dragory 2018-07-29 15:18:50 +03:00
parent c0614f2470
commit 6625e9ffb0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2176,9 +2176,9 @@
}
},
"knub": {
"version": "9.4.9",
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.9.tgz",
"integrity": "sha512-ubXXkmVN6JTeVc/96/RWJmy9oSVgpPETXlyZLVUk81HM3XozAG8vVb4CbXh24PqZoU/jd7YN5QtxbWnna/nKlQ==",
"version": "9.4.11",
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.11.tgz",
"integrity": "sha512-C/Ps3jegzgVfaKfcyumUhPdFd269t4yuAUWnXf71S3d/6MCLhVMfGehG0Ma2AMb5M85DqN8ge9n3OME3k1zwJw==",
"requires": {
"escape-string-regexp": "^1.0.5",
"js-yaml": "^3.9.1",

View file

@ -31,7 +31,7 @@
"eris": "^0.8.6",
"humanize-duration": "^3.15.0",
"knex": "^0.14.6",
"knub": "^9.4.9",
"knub": "^9.4.11",
"lodash.at": "^4.6.0",
"mariasql": "^0.2.6",
"moment-timezone": "^0.5.21",