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

Update Knub to v22.0.0

This commit is contained in:
Dragory 2019-08-21 22:05:27 +03:00
parent ae43d890a1
commit a05fcd7c06
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8299,9 +8299,9 @@
"dev": true
},
"knub": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-21.0.0.tgz",
"integrity": "sha512-hHANshytor8RO3Jd5EjAZ9sP0emcfuTvBtqe3S+2UmMFk3HxSXLXuGsVfKL151vfKC5P3VDIOiQdl52ankBT5A==",
"version": "22.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-22.0.0.tgz",
"integrity": "sha512-QHMqSS8eVBVX0vMff8lEkWhO7mOVXdobUrNOuAMI7ldto0Aakf0oNdDnwRXFj0yNb5Sp1fvzYFt35nsx/ORqkw==",
"requires": {
"escape-string-regexp": "^1.0.5",
"lodash.at": "^4.6.0",

View file

@ -30,7 +30,7 @@
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
"js-yaml": "^3.13.1",
"knub": "^21.0.0",
"knub": "^22.0.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",