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

Update Knub to 16.0.0

This commit is contained in:
Dragory 2019-01-15 03:05:10 +02:00
parent d3c3b65db6
commit 7b949b5452
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2161,9 +2161,9 @@
"dev": true "dev": true
}, },
"knub": { "knub": {
"version": "15.1.0", "version": "16.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-15.1.0.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-16.0.0.tgz",
"integrity": "sha512-sMHU/wdr0FZdPUXaYznJnRWAU1JpxBrB0w4JwNkuReeGcD2A6YdNk3ksqTR//tgMxtHnqE+LB7yRTTXwnLw0YQ==", "integrity": "sha512-0iPg+sp/wnu41+tzjgvZoVfESGKg6tqj/LKaHRtLFRyA9wcnaGuaLcpVkKCKUGmixGwpnUkvUgsC3nktwiAjMA==",
"requires": { "requires": {
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"lodash.at": "^4.6.0", "lodash.at": "^4.6.0",

View file

@ -33,7 +33,7 @@
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"humanize-duration": "^3.15.0", "humanize-duration": "^3.15.0",
"js-yaml": "^3.12.0", "js-yaml": "^3.12.0",
"knub": "^15.1.0", "knub": "^16.0.0",
"lodash.at": "^4.6.0", "lodash.at": "^4.6.0",
"lodash.chunk": "^4.2.0", "lodash.chunk": "^4.2.0",
"lodash.difference": "^4.5.0", "lodash.difference": "^4.5.0",