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

Update Knub to 12.2.0

This commit is contained in:
Dragory 2018-11-24 15:07:53 +02:00
parent effaff5dc8
commit fbb1ee4719
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2133,9 +2133,9 @@
"dev": true "dev": true
}, },
"knub": { "knub": {
"version": "12.1.1", "version": "12.2.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-12.1.1.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-12.2.0.tgz",
"integrity": "sha512-K6a/F/wQMAkTIKPHQk5mWH8l5zkbFxqMXQ0ptjbIfxPJUvCvm8NxVju+rlD4h3fLloALKNOHrKKpBR506QJ+ag==", "integrity": "sha512-3B+MW/zt0GrEoDHpWDAhMl6dKMkNAuTYUloNuKKGGEi6B/eyfhuVV/rpBX1nzzCTFqk+bgg3TCsuAek6oSFnig==",
"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

@ -30,7 +30,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": "^12.1.1", "knub": "^12.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",