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.6.6

This commit is contained in:
Dragory 2018-08-05 00:44:13 +03:00
parent c119424bd5
commit 39c2b1af81
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2524,9 +2524,9 @@
}
},
"knub": {
"version": "9.6.4",
"resolved": "https://registry.npmjs.org/knub/-/knub-9.6.4.tgz",
"integrity": "sha512-srwdWu/XPciBQQP3phuavJgQd4XDixccSgjl/vcvQu2kjWgH5Cgnprkfl5JuzhMum/7pVnch4YLEfZDrFzjxAw==",
"version": "9.6.6",
"resolved": "https://registry.npmjs.org/knub/-/knub-9.6.6.tgz",
"integrity": "sha512-EB429mgfBLYmkvemePI5A12TxLSMUL0hIB8ZIon9CvuTjU+maQgj2/soqRATrcCBZrPpnfVZ/6AwbWo9ScFeLg==",
"requires": {
"escape-string-regexp": "^1.0.5",
"js-yaml": "^3.9.1",

View file

@ -33,7 +33,7 @@
"escape-string-regexp": "^1.0.5",
"humanize-duration": "^3.15.0",
"knex": "0.12.6",
"knub": "^9.6.4",
"knub": "^9.6.6",
"lodash.at": "^4.6.0",
"lodash.chunk": "^4.2.0",
"lodash.difference": "^4.5.0",