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

This commit is contained in:
Dragory 2024-03-09 14:11:22 +00:00
parent d53f37756d
commit 26a1025282
No known key found for this signature in database
2 changed files with 13 additions and 5 deletions

View file

@ -22,7 +22,7 @@
"fp-ts": "^2.0.1",
"humanize-duration": "^3.15.0",
"js-yaml": "^3.13.1",
"knub": "^32.0.0-next.16",
"knub": "^32.0.0-next.18",
"knub-command-manager": "^9.1.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",
@ -4979,10 +4979,12 @@
}
},
"node_modules/knub": {
"version": "32.0.0-next.16",
"license": "MIT",
"version": "32.0.0-next.18",
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.18.tgz",
"integrity": "sha512-RCTozeB6WK17kh76uHKah9eSdN5nfbgrvPDCuq/fV5saZIpG1XBpbLNYJHPjvuoqMqk7BQYbR8OK1VrT52Wj8A==",
"dependencies": {
"discord.js": "^14.11.0",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"knub-command-manager": "^9.1.0",
"ts-essentials": "^9",
"zod": "^3.19.1"
@ -5005,6 +5007,11 @@
"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": {
"version": "2.0.2",
"license": "MIT",
@ -9103,6 +9110,7 @@
},
"node_modules/zlib-sync": {
"version": "0.1.8",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"nan": "^2.17.0"

View file

@ -45,7 +45,7 @@
"fp-ts": "^2.0.1",
"humanize-duration": "^3.15.0",
"js-yaml": "^3.13.1",
"knub": "^32.0.0-next.16",
"knub": "^32.0.0-next.18",
"knub-command-manager": "^9.1.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",