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

@ -58,15 +58,15 @@
"README.md"
],
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"gbxremote": "^0.2.1",
"got": "^13.0.0",
"iconv-lite": "^0.6.3",
"long": "^5.2.3",
"minimist": "^1.2.8",
"punycode": "^2.3.0",
"seek-bzip": "^2.0.0",
"varint": "^6.0.0"
"cheerio": "1.0.0-rc.12",
"gbxremote": "0.2.1",
"got": "13.0.0",
"iconv-lite": "0.6.3",
"long": "5.2.3",
"minimist": "1.2.8",
"punycode": "2.3.1",
"seek-bzip": "2.0.0",
"varint": "6.0.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",