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

Update Knub to 24.1.0 to restore support for async type conversion fns

This commit is contained in:
Dragory 2019-09-28 19:35:51 +03:00
parent 438694bc6e
commit 1cf09ea997
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -8299,12 +8299,12 @@
"dev": true
},
"knub": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-24.0.0.tgz",
"integrity": "sha512-qQimi9L3p1kVV08TI3MeSN8J2CzjrYwGLVpN8IiwBvvbRFPJcVcSzvw3CSTbs594m6Zr8/MnXdh5fDQBGuMI6Q==",
"version": "24.1.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-24.1.0.tgz",
"integrity": "sha512-aI3yMxG8tRRESuTA1rvoTxBAD/X6xZPJ2lbN3O4AH8wLa0LJtK5Y79r2KIk20bgLFba8LbCNsZd0syougJh/xQ==",
"requires": {
"escape-string-regexp": "^2.0.0",
"knub-command-manager": "^5.1.0",
"knub-command-manager": "^5.2.0",
"reflect-metadata": "^0.1.13",
"ts-essentials": "^2.0.12"
},
@ -8315,9 +8315,9 @@
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
},
"knub-command-manager": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/knub-command-manager/-/knub-command-manager-5.1.0.tgz",
"integrity": "sha512-zxYwglsdAVbskoU0WYc6nB9+nJVYQIhwLz0olvQyYprV0EIU0Wo7QDeAHbcEQUMDZEmJ1jfVAEzGGwvSHItIpA==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/knub-command-manager/-/knub-command-manager-5.2.0.tgz",
"integrity": "sha512-l86E1GO694MI+oKbXbYJJ7rLrvnxDfu8dVT19r/aOCMIeBONiaakuds8wQuKU6hupplrloAhgQgDbTq5RWvrsQ==",
"requires": {
"escape-string-regexp": "^2.0.0"
}

View file

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