Update Knub to v27.0.0; update knub-command-manager to v7.0.0

This commit is contained in:
Dragory 2020-01-09 06:05:17 +02:00
parent 4e1b135724
commit 7de4be0b44
2 changed files with 9 additions and 9 deletions

View file

@ -2776,12 +2776,12 @@
}
},
"knub": {
"version": "26.1.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-26.1.1.tgz",
"integrity": "sha512-y9tLo7JQYH39YUKmkOmxanF/w/mWOjppAMN6BrT8HmKAiXvMoxu6c4cvZycm8TH9edJLCi2Z4c18FXmeDOYd5w==",
"version": "27.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-27.0.0.tgz",
"integrity": "sha512-iA332KoD2LN4R6c24HFGxQc8QH2GwG5Az97Rie5eqT5KFiWV/f5UJ8EfWhIJ/bOmMHubtJ4j+tEdQIBidC+WxA==",
"requires": {
"escape-string-regexp": "^2.0.0",
"knub-command-manager": "^6.1.0",
"knub-command-manager": "^7.0.0",
"lodash.clonedeep": "^4.5.0",
"reflect-metadata": "^0.1.13",
"ts-essentials": "^2.0.12"
@ -2795,9 +2795,9 @@
}
},
"knub-command-manager": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/knub-command-manager/-/knub-command-manager-6.1.0.tgz",
"integrity": "sha512-Bn//fk3ZKUNoJ+p0fNdUfbcyzTUdWHGaP12irSy8U1lfxy3pBrOZZsc0tpIkBFLpwLWw/VxHInX1x2b6MFhn0Q==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/knub-command-manager/-/knub-command-manager-7.0.0.tgz",
"integrity": "sha512-6Vhw3jtIyr5AqVqLcdK6/TbVcZ45hcTw+50w+5Z3YYEqBV1eiPO3WXZpEgaiTUmn0Q60OPOSzt73Bu6DyTBR6A==",
"requires": {
"escape-string-regexp": "^2.0.0"
},

View file

@ -32,8 +32,8 @@
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
"js-yaml": "^3.13.1",
"knub": "^26.1.1",
"knub-command-manager": "^6.1.0",
"knub": "^27.0.0",
"knub-command-manager": "^7.0.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",