3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Update Knub to 21.0.0

This commit is contained in:
Dragory 2019-08-10 00:11:02 +03:00
parent 5a1cf205a7
commit 6b46346a80
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8299,9 +8299,9 @@
"dev": true
},
"knub": {
"version": "20.3.2",
"resolved": "https://registry.npmjs.org/knub/-/knub-20.3.2.tgz",
"integrity": "sha512-Dg9I0QT1cEEJuH53/lGM+2k7LyBefJBTYQMBdcU9hvLCPI4ow/NhnfP9wn1JbpRqshatbIKfLAV7nwBxcU51oA==",
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-21.0.0.tgz",
"integrity": "sha512-hHANshytor8RO3Jd5EjAZ9sP0emcfuTvBtqe3S+2UmMFk3HxSXLXuGsVfKL151vfKC5P3VDIOiQdl52ankBT5A==",
"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": "^20.3.2",
"knub": "^21.0.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",