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

Update to Knub v30.0.0-beta.25

This commit is contained in:
Dragory 2020-10-10 14:44:20 +03:00
parent 5d13322439
commit 87f461959b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 4 additions and 4 deletions

View file

@ -2372,9 +2372,9 @@
}
},
"knub": {
"version": "30.0.0-beta.24",
"resolved": "https://registry.npmjs.org/knub/-/knub-30.0.0-beta.24.tgz",
"integrity": "sha512-bOVp4LnZQU40WtUIZQ0Ef1zsRRVlT+ezkWMGzsHVmKqtVtqCRzguC3tMlzwG+1ZHHBtxSjBMMiULChJWqqgcuQ==",
"version": "30.0.0-beta.25",
"resolved": "https://registry.npmjs.org/knub/-/knub-30.0.0-beta.25.tgz",
"integrity": "sha512-eYXHL16yqKokMnVdAfGEP4qG+y2Zl/4q9EH0a13xEwyo4lJRAFX5nCU23+B41088uWWbcI2YRccHRLA5F2kwtA==",
"requires": {
"knub-command-manager": "^8.1.2",
"ts-essentials": "^6.0.7"

View file

@ -38,7 +38,7 @@
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
"js-yaml": "^3.13.1",
"knub": "^30.0.0-beta.24",
"knub": "^30.0.0-beta.25",
"knub-command-manager": "^8.1.2",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",