3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

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", "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.16", "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",
@ -4979,10 +4979,12 @@
} }
}, },
"node_modules/knub": { "node_modules/knub": {
"version": "32.0.0-next.16", "version": "32.0.0-next.18",
"license": "MIT", "resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.18.tgz",
"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"
@ -5005,6 +5007,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",
"license": "MIT", "license": "MIT",
@ -9103,6 +9110,7 @@
}, },
"node_modules/zlib-sync": { "node_modules/zlib-sync": {
"version": "0.1.8", "version": "0.1.8",
"hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nan": "^2.17.0" "nan": "^2.17.0"

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.16", "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",