mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +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:
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -1780,8 +1780,8 @@ importers:
|
||||
specifier: ^2.0.5
|
||||
version: 2.0.5(@edge-runtime/vm@3.2.0)(@types/node@18.19.45)(happy-dom@14.12.3)(terser@5.39.0)
|
||||
zlib-sync:
|
||||
specifier: ^0.1.9
|
||||
version: 0.1.9
|
||||
specifier: ^0.1.10
|
||||
version: 0.1.10
|
||||
|
||||
packages:
|
||||
|
||||
@@ -14625,8 +14625,8 @@ packages:
|
||||
engines: {node: '>=8.0.0'}
|
||||
hasBin: true
|
||||
|
||||
zlib-sync@0.1.9:
|
||||
resolution: {integrity: sha512-DinB43xCjVwIBDpaIvQqHbmDsnYnSt6HJ/yiB2MZQGTqgPcwBSZqLkimXwK8BvdjQ/MaZysb5uEenImncqvCqQ==}
|
||||
zlib-sync@0.1.10:
|
||||
resolution: {integrity: sha512-t7/pYg5tLBznL1RuhmbAt8rNp5tbhr+TSrJFnMkRtrGIaPJZ6Dc0uR4u3OoQI2d6cGlVI62E3Gy6gwkxyIqr/w==}
|
||||
|
||||
zod-validation-error@2.1.0:
|
||||
resolution: {integrity: sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==}
|
||||
@@ -24515,7 +24515,7 @@ snapshots:
|
||||
espree: 10.1.0
|
||||
esquery: 1.6.0
|
||||
parse-imports: 2.1.1
|
||||
semver: 7.6.3
|
||||
semver: 7.7.1
|
||||
spdx-expression-parse: 4.0.0
|
||||
synckit: 0.9.1
|
||||
transitivePeerDependencies:
|
||||
@@ -24729,7 +24729,7 @@ snapshots:
|
||||
natural-compare: 1.4.0
|
||||
nth-check: 2.1.1
|
||||
postcss-selector-parser: 6.1.2
|
||||
semver: 7.6.3
|
||||
semver: 7.7.1
|
||||
vue-eslint-parser: 9.4.3(eslint@8.57.0)
|
||||
xml-name-validator: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
@@ -32503,7 +32503,7 @@ snapshots:
|
||||
optionalDependencies:
|
||||
commander: 9.5.0
|
||||
|
||||
zlib-sync@0.1.9:
|
||||
zlib-sync@0.1.10:
|
||||
dependencies:
|
||||
nan: 2.20.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user