feat: update to Knub v32.0.0-next.18

This commit is contained in:
Dragory 2024-03-09 14:10:01 +00:00
parent 7cd56303fc
commit 730b8c1d6b
No known key found for this signature in database
2 changed files with 12 additions and 6 deletions

View file

@ -45,7 +45,7 @@
"fp-ts": "^2.0.1", "fp-ts": "^2.0.1",
"humanize-duration": "^3.15.0", "humanize-duration": "^3.15.0",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"knub": "^32.0.0-next.17", "knub": "^32.0.0-next.18",
"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",

16
package-lock.json generated
View file

@ -44,7 +44,7 @@
"fp-ts": "^2.0.1", "fp-ts": "^2.0.1",
"humanize-duration": "^3.15.0", "humanize-duration": "^3.15.0",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"knub": "^32.0.0-next.17", "knub": "^32.0.0-next.18",
"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",
@ -12958,11 +12958,12 @@
} }
}, },
"node_modules/knub": { "node_modules/knub": {
"version": "32.0.0-next.17", "version": "32.0.0-next.18",
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.17.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.18.tgz",
"integrity": "sha512-q8PeIJuOYUQySOmVuXF56ykklKRnnJmAMpfSN1+vWCNhdMsDxIPZAkRpvekQD6oBkYoL7WlzEsMoUsECGZp+QQ==", "integrity": "sha512-RCTozeB6WK17kh76uHKah9eSdN5nfbgrvPDCuq/fV5saZIpG1XBpbLNYJHPjvuoqMqk7BQYbR8OK1VrT52Wj8A==",
"dependencies": { "dependencies": {
"discord.js": "^14.11.0", "discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"knub-command-manager": "^9.1.0", "knub-command-manager": "^9.1.0",
"ts-essentials": "^9", "ts-essentials": "^9",
"zod": "^3.19.1" "zod": "^3.19.1"
@ -12987,6 +12988,11 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/knub/node_modules/discord-api-types": {
"version": "0.37.73",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.73.tgz",
"integrity": "sha512-mi915PBUxF1G233EwHKNegNAF/tVfiSRN9+hKwu0G3NpbtLXvWUxCuCjgSyY+QmQ6/Hvpqm0xs5HxzfvhAS20A=="
},
"node_modules/labeled-stream-splicer": { "node_modules/labeled-stream-splicer": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz", "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz",