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

Update Knub to 25.0.1

This commit is contained in:
Dragory 2019-10-13 22:16:21 +03:00
parent 4ab96c11b4
commit 7afa1aab48
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8299,9 +8299,9 @@
"dev": true
},
"knub": {
"version": "25.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-25.0.0.tgz",
"integrity": "sha512-V7cV3e3HlkRbC746meSYl+sTYB+MFBczSCsKSVzc1yBrYMn9HETohvLXYcn9sueBHdedb0Buguo3+YDcLt954g==",
"version": "25.0.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-25.0.1.tgz",
"integrity": "sha512-6jbnsE2wTbQdV13XUuoV+rKJFqe2MxjeaSdsO3TPEC70dn0Lg8OfqbCHyLbGwp5zOYxaTb01vfoL6vx8fKq4Qg==",
"requires": {
"escape-string-regexp": "^2.0.0",
"knub-command-manager": "^5.2.0",

View file

@ -30,7 +30,7 @@
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
"js-yaml": "^3.13.1",
"knub": "^25.0.0",
"knub": "^25.0.1",
"knub-command-manager": "^5.2.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",