mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Update to Knub v30.0.0-beta.33
This commit is contained in:
parent
352a8066e5
commit
05a899fff7
2 changed files with 20 additions and 5 deletions
23
backend/package-lock.json
generated
23
backend/package-lock.json
generated
|
@ -2371,12 +2371,27 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"knub": {
|
"knub": {
|
||||||
"version": "30.0.0-beta.32",
|
"version": "30.0.0-beta.33",
|
||||||
"resolved": "https://registry.npmjs.org/knub/-/knub-30.0.0-beta.32.tgz",
|
"resolved": "https://registry.npmjs.org/knub/-/knub-30.0.0-beta.33.tgz",
|
||||||
"integrity": "sha512-IPFlmhSt0KL3npEzrw/wPhgvCQj5RG8BWOlC4SRmeUwn2vmiFsnMpbjbhKNfgBYILxXpjbdmtsyeHQ/E5UxjQg==",
|
"integrity": "sha512-0/2XR727FcJTlAeEC9nck4Kq8iB44w6qwztsqWwzBP2GxbPG4TrtXM6t3MI51hCED+/VYw48rBIASWz3SGV1Iw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"knub-command-manager": "^8.1.2",
|
"knub-command-manager": "^9.1.0",
|
||||||
"ts-essentials": "^6.0.7"
|
"ts-essentials": "^6.0.7"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"escape-string-regexp": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
|
||||||
|
},
|
||||||
|
"knub-command-manager": {
|
||||||
|
"version": "9.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/knub-command-manager/-/knub-command-manager-9.1.0.tgz",
|
||||||
|
"integrity": "sha512-pEtpWElbBoTRSL8kWSPRrTIuTIdvYGkP/wzOn77cieumC02adfwEt1Cc09HFvVT4ib35nf1y31oul36csaG7Vg==",
|
||||||
|
"requires": {
|
||||||
|
"escape-string-regexp": "^2.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"knub-command-manager": {
|
"knub-command-manager": {
|
||||||
|
|
|
@ -39,7 +39,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": "^30.0.0-beta.32",
|
"knub": "^30.0.0-beta.33",
|
||||||
"knub-command-manager": "^8.1.2",
|
"knub-command-manager": "^8.1.2",
|
||||||
"last-commit-log": "^2.1.0",
|
"last-commit-log": "^2.1.0",
|
||||||
"lodash.chunk": "^4.2.0",
|
"lodash.chunk": "^4.2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue