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

Update to Knub 24.1.2

This commit is contained in:
Dragory 2019-10-11 04:07:15 +03:00
parent a7efc99b7b
commit 8a9112c99d
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View file

@ -8299,12 +8299,13 @@
"dev": true "dev": true
}, },
"knub": { "knub": {
"version": "24.1.1", "version": "24.1.2",
"resolved": "https://registry.npmjs.org/knub/-/knub-24.1.1.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-24.1.2.tgz",
"integrity": "sha512-duybjh4iSIGiSWTfcZ1iBuNJX6S3uHMU2gzTp+qAXZvDKeSFvVYjJ1/djyX/GKeEsmk2yuki2jpDOYjJbNHH5w==", "integrity": "sha512-lYqG4VSSgUEHKBSn1FgwAApHcZjOzQC7v37J5nxtXly4XIoaf1irddeQWXDHa7rJBh7EO/uads01G0CjW10pLQ==",
"requires": { "requires": {
"escape-string-regexp": "^2.0.0", "escape-string-regexp": "^2.0.0",
"knub-command-manager": "^5.2.0", "knub-command-manager": "^5.2.0",
"lodash.clonedeep": "^4.5.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"ts-essentials": "^2.0.12" "ts-essentials": "^2.0.12"
}, },

View file

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