fix: cheerio breaking the library on new installs and update punycode (#604)

* fix: hardlock dependencies to avoid problems

* chore: update punycode

* chore: update CHANGELOG
This commit is contained in:
CosminPerRam 2024-08-11 14:17:58 +03:00 committed by GitHub
parent 92c6e3ddbc
commit 53eace3cf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 24 deletions

View file

@ -5,6 +5,8 @@
* Fix the `name` field on Minecraft servers running Velocity with multiple layers of color encoding (#595)
* Added [Bun](https://bun.sh/) runtime support (#596)
* Added a rules bytes return for valve protocol (By @blackwaterbread #597)
* Lock dependencies to fix problems with cheerio's `1.0.0` release and update punycode to `2.3.1` to mitigate
a vulnerability (#604)
## 5.1.0
* FOUNDRY - Added support (#585)