fix: api crash with certain config errors

This commit is contained in:
Dragory 2023-04-01 22:56:42 +03:00
parent ef36ea6999
commit bd6c73891d
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,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": "^32.0.0-next.5", "knub": "^32.0.0-next.6",
"knub-command-manager": "^9.1.0", "knub-command-manager": "^9.1.0",
"last-commit-log": "^2.1.0", "last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0", "lodash.chunk": "^4.2.0",
@ -3042,9 +3042,9 @@
} }
}, },
"node_modules/knub": { "node_modules/knub": {
"version": "32.0.0-next.5", "version": "32.0.0-next.6",
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.5.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.6.tgz",
"integrity": "sha512-emWfjgdYSabbPlngJkh/V8/93iCuhvR7Rp1tnLu/lUNUpq+IO66PSefxuzRfYZ4XrOZBTEbeKZ/2RakAwDU3MA==", "integrity": "sha512-rrpNM1RyVNhTFradUNTc+0MC3JeYHvlVs9+v7MsdozR6gryIIDr8Tf2+pt749MpFW+ZGNXBMR/iIPVIp+6oPSA==",
"dependencies": { "dependencies": {
"discord.js": "^14.8.0", "discord.js": "^14.8.0",
"knub-command-manager": "^9.1.0", "knub-command-manager": "^9.1.0",
@ -8343,9 +8343,9 @@
} }
}, },
"knub": { "knub": {
"version": "32.0.0-next.5", "version": "32.0.0-next.6",
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.5.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.6.tgz",
"integrity": "sha512-emWfjgdYSabbPlngJkh/V8/93iCuhvR7Rp1tnLu/lUNUpq+IO66PSefxuzRfYZ4XrOZBTEbeKZ/2RakAwDU3MA==", "integrity": "sha512-rrpNM1RyVNhTFradUNTc+0MC3JeYHvlVs9+v7MsdozR6gryIIDr8Tf2+pt749MpFW+ZGNXBMR/iIPVIp+6oPSA==",
"requires": { "requires": {
"discord.js": "^14.8.0", "discord.js": "^14.8.0",
"knub-command-manager": "^9.1.0", "knub-command-manager": "^9.1.0",

View file

@ -38,7 +38,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": "^32.0.0-next.5", "knub": "^32.0.0-next.6",
"knub-command-manager": "^9.1.0", "knub-command-manager": "^9.1.0",
"last-commit-log": "^2.1.0", "last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0", "lodash.chunk": "^4.2.0",