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

Update Knub to 18.0.2

This commit is contained in:
Dragory 2019-03-04 21:02:25 +02:00
parent afd3c95ed5
commit e5b2f2b378
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2195,9 +2195,9 @@
"dev": true
},
"knub": {
"version": "18.0.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-18.0.1.tgz",
"integrity": "sha512-xHUb3Y9htWzEx/Id9zBJwY1CqcfhBEs4aoCGQyrfHuxrTEHZhW2QV8HvfmVMMs60Z4yJTdRF4ohl4ec5TTYrtg==",
"version": "18.0.2",
"resolved": "https://registry.npmjs.org/knub/-/knub-18.0.2.tgz",
"integrity": "sha512-yIQY9IKPwNTWbUdXd6HVbDL11DdA211dv5h+X0fd2uDwk41x275UEcdM7TSNs02PDRXG4Pf7TWhvBNGja1mI5g==",
"requires": {
"escape-string-regexp": "^1.0.5",
"lodash.at": "^4.6.0",

View file

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