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

Update to Knub 19.2.0

This commit is contained in:
Dragory 2019-04-13 02:22:45 +03:00
parent d77105c831
commit d79af59863
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -5179,9 +5179,9 @@
"dev": true
},
"knub": {
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-19.1.1.tgz",
"integrity": "sha512-TOup9M+vV7Pij3KQE9yuC76mpz0GuJyVi+jvqfeRtDMEGAQc64Z1vtudK1He5xIRS3UdSS1s7emE9pSPnNxbeQ==",
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-19.2.0.tgz",
"integrity": "sha512-qH88ckY9ezpjeFiXnXswK5F59gjxIUfwJb9bwEpJ2rpkXDu1MajG5yNATLQ3CgoShbCan2aO3f/s9L57O/UmGQ==",
"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.13.1",
"knub": "^19.1.1",
"knub": "^19.2.0",
"lodash.at": "^4.6.0",
"lodash.chunk": "^4.2.0",
"lodash.difference": "^4.5.0",