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

Update Knub to 17.2.0

This commit is contained in:
Dragory 2019-02-23 21:19:31 +02:00
parent b52d1793bf
commit 6f95b7d006
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2187,9 +2187,9 @@
"dev": true "dev": true
}, },
"knub": { "knub": {
"version": "17.1.0", "version": "17.2.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-17.1.0.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-17.2.0.tgz",
"integrity": "sha512-ubiLMUvQiH8pgQ8ywvgtb3K9ZvODWGG4VfSwYTKQjc1H9UlYNkei1+5rJwHtmBUMsSFQkEp4oc7cGGWL8AIKfg==", "integrity": "sha512-/4+vQbx3L2bMXm2CYALkQIe93uSvZYle9Vypq8tX5+o/2ny1H9tHtC4BTktz1HfBobHsVuuqPP7U08IzMrOz1Q==",
"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

@ -34,7 +34,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": "^17.1.0", "knub": "^17.2.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",