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

chore: update discord.js to v14.11, knub to v32.0.0-next.16

This commit is contained in:
Dragory 2023-06-24 12:14:41 +00:00
parent 63c41f0278
commit f3627e0b17
2 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"deep-diff": "^1.0.2",
"discord.js": "^14.9.0",
"discord.js": "^14.11.0",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:discord/erlpack",
@ -24,7 +24,7 @@
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
"js-yaml": "^3.13.1",
"knub": "^32.0.0-next.15",
"knub": "^32.0.0-next.16",
"knub-command-manager": "^9.1.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",
@ -5612,11 +5612,11 @@
}
},
"node_modules/knub": {
"version": "32.0.0-next.15",
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.15.tgz",
"integrity": "sha512-Dl+DYBbM+HVl7bXgwa/MgpML+p6CRyi5cdA+T22ucw1X3Dud5CVmXBYreFhYdbhwv7qtqmUkAaYBi3ne7Bx72Q==",
"version": "32.0.0-next.16",
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.16.tgz",
"integrity": "sha512-lmjbLusvinWCoyo0T3dtWy6PEuqysIcqQvg85W85th59ubHasnTc+KGR+4o6EgLCzuDUtc4dP1XQk7XAIKnkYQ==",
"dependencies": {
"discord.js": "^14.9.0",
"discord.js": "^14.11.0",
"knub-command-manager": "^9.1.0",
"ts-essentials": "^9",
"zod": "^3.19.1"

View file

@ -33,7 +33,7 @@
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"deep-diff": "^1.0.2",
"discord.js": "^14.9.0",
"discord.js": "^14.11.0",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:discord/erlpack",
@ -43,7 +43,7 @@
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
"js-yaml": "^3.13.1",
"knub": "^32.0.0-next.15",
"knub": "^32.0.0-next.16",
"knub-command-manager": "^9.1.0",
"last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0",