mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
fix: regression in allowedMentions when replying (#10866)
* fix: regression in allowedMentions * fix: lint * fix: jsdoc * tests: added a manual regression test * fix: lint * fix: tests * fix: tests * fix: typo * fix: typings test * chore: bumo zlib-sync to not crash on mac
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
"typescript": "~5.5.4",
|
||||
"undici": "6.21.1",
|
||||
"vitest": "^2.0.5",
|
||||
"zlib-sync": "^0.1.9"
|
||||
"zlib-sync": "^0.1.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
|
||||
Reference in New Issue
Block a user