chore: update fast-xml-parser, iconv-lite and telnet-client (#778)

* chore: update fast-xml-parser, iconv-lite and telnet-client

* docs: update CHANGELOG
This commit is contained in:
CosminPerRam 2026-05-26 21:28:07 +03:00 committed by GitHub
parent 62f915ba53
commit 7b0006c1e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 39 additions and 34 deletions

View file

@ -4,6 +4,9 @@
* Fix: ignore stale player list entries (By @cetteup #744) * Fix: ignore stale player list entries (By @cetteup #744)
* Feat: Plutonium - Added support (#745) * Feat: Plutonium - Added support (#745)
* Fix: Soulmask set version from rules if available (By @podrivo #772) * Fix: Soulmask set version from rules if available (By @podrivo #772)
* Chore: Update `fast-xml-parser` from `5.7.0` to `5.8.0` (#778)
* Chore: Update `iconv-lite` from `0.7.0` to `0.7.2` (#778)
* Chore: Update `telnet-client` from `2.2.6` to `2.2.13` (#778)
## 5.3.2 ## 5.3.2
* Fix: detect BFBC2 Vietnam DLC as BFBC2 (By @cetteup #713) * Fix: detect BFBC2 Vietnam DLC as BFBC2 (By @cetteup #713)

64
package-lock.json generated
View file

@ -9,14 +9,14 @@
"version": "5.3.2", "version": "5.3.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"fast-xml-parser": "5.7.0", "fast-xml-parser": "5.8.0",
"gbxremote": "0.2.1", "gbxremote": "0.2.1",
"got": "13.0.0", "got": "13.0.0",
"iconv-lite": "0.7.0", "iconv-lite": "0.7.2",
"long": "5.3.2", "long": "5.3.2",
"minimist": "1.2.8", "minimist": "1.2.8",
"seek-bzip": "2.0.0", "seek-bzip": "2.0.0",
"telnet-client": "2.2.6", "telnet-client": "2.2.13",
"varint": "6.0.0" "varint": "6.0.0"
}, },
"bin": { "bin": {
@ -1629,9 +1629,9 @@
} }
}, },
"node_modules/fast-xml-parser": { "node_modules/fast-xml-parser": {
"version": "5.7.0", "version": "5.8.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.0.tgz", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz",
"integrity": "sha512-MTcrUoRQ1GSQ9iG3QJzBGquYYYeA7piZaJoIWbPFGbRn6Jj6z7xgoAyi4DrZX4y2ZIQQBF59gc/zmvvejjgoFQ==", "integrity": "sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -1640,9 +1640,10 @@
], ],
"dependencies": { "dependencies": {
"@nodable/entities": "^2.1.0", "@nodable/entities": "^2.1.0",
"fast-xml-builder": "^1.1.5", "fast-xml-builder": "^1.2.0",
"path-expression-matcher": "^1.5.0", "path-expression-matcher": "^1.5.0",
"strnum": "^2.2.3" "strnum": "^2.3.0",
"xml-naming": "^0.1.0"
}, },
"bin": { "bin": {
"fxparser": "src/cli/cli.js" "fxparser": "src/cli/cli.js"
@ -2021,9 +2022,9 @@
} }
}, },
"node_modules/iconv-lite": { "node_modules/iconv-lite": {
"version": "0.7.0", "version": "0.7.2",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==", "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
"dependencies": { "dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0" "safer-buffer": ">= 2.1.2 < 3.0.0"
}, },
@ -3153,9 +3154,9 @@
} }
}, },
"node_modules/strnum": { "node_modules/strnum": {
"version": "2.2.3", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz", "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
"integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==", "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -3188,9 +3189,9 @@
} }
}, },
"node_modules/telnet-client": { "node_modules/telnet-client": {
"version": "2.2.6", "version": "2.2.13",
"resolved": "https://registry.npmjs.org/telnet-client/-/telnet-client-2.2.6.tgz", "resolved": "https://registry.npmjs.org/telnet-client/-/telnet-client-2.2.13.tgz",
"integrity": "sha512-ZUYrLsPtQupQww3eSEORDVOb6ztdtKEghya6TVXPo2tg/UQq2pn5rHhvwuUvyYpbnsoqdNY1fyD1GNkXHR8dYA==", "integrity": "sha512-pXAGggyeE7/STEnXhN8oe0V1hRzT6oNiGvs4CU4ilppledV40dok+70yl/Xb2newAXXdM9C5rW8otOKmRvkZxA==",
"dependencies": { "dependencies": {
"net": "^1.0.2", "net": "^1.0.2",
"stream": "^0.0.2" "stream": "^0.0.2"
@ -4508,14 +4509,15 @@
} }
}, },
"fast-xml-parser": { "fast-xml-parser": {
"version": "5.7.0", "version": "5.8.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.0.tgz", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz",
"integrity": "sha512-MTcrUoRQ1GSQ9iG3QJzBGquYYYeA7piZaJoIWbPFGbRn6Jj6z7xgoAyi4DrZX4y2ZIQQBF59gc/zmvvejjgoFQ==", "integrity": "sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==",
"requires": { "requires": {
"@nodable/entities": "^2.1.0", "@nodable/entities": "^2.1.0",
"fast-xml-builder": "^1.1.5", "fast-xml-builder": "^1.2.0",
"path-expression-matcher": "^1.5.0", "path-expression-matcher": "^1.5.0",
"strnum": "^2.2.3" "strnum": "^2.3.0",
"xml-naming": "^0.1.0"
} }
}, },
"fastq": { "fastq": {
@ -4786,9 +4788,9 @@
} }
}, },
"iconv-lite": { "iconv-lite": {
"version": "0.7.0", "version": "0.7.2",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==", "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
"requires": { "requires": {
"safer-buffer": ">= 2.1.2 < 3.0.0" "safer-buffer": ">= 2.1.2 < 3.0.0"
} }
@ -5587,9 +5589,9 @@
"dev": true "dev": true
}, },
"strnum": { "strnum": {
"version": "2.2.3", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz", "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
"integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==" "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q=="
}, },
"supports-color": { "supports-color": {
"version": "7.2.0", "version": "7.2.0",
@ -5607,9 +5609,9 @@
"dev": true "dev": true
}, },
"telnet-client": { "telnet-client": {
"version": "2.2.6", "version": "2.2.13",
"resolved": "https://registry.npmjs.org/telnet-client/-/telnet-client-2.2.6.tgz", "resolved": "https://registry.npmjs.org/telnet-client/-/telnet-client-2.2.13.tgz",
"integrity": "sha512-ZUYrLsPtQupQww3eSEORDVOb6ztdtKEghya6TVXPo2tg/UQq2pn5rHhvwuUvyYpbnsoqdNY1fyD1GNkXHR8dYA==", "integrity": "sha512-pXAGggyeE7/STEnXhN8oe0V1hRzT6oNiGvs4CU4ilppledV40dok+70yl/Xb2newAXXdM9C5rW8otOKmRvkZxA==",
"requires": { "requires": {
"net": "^1.0.2", "net": "^1.0.2",
"stream": "^0.0.2" "stream": "^0.0.2"

View file

@ -57,14 +57,14 @@
"README.md" "README.md"
], ],
"dependencies": { "dependencies": {
"fast-xml-parser": "5.7.0", "fast-xml-parser": "5.8.0",
"gbxremote": "0.2.1", "gbxremote": "0.2.1",
"got": "13.0.0", "got": "13.0.0",
"iconv-lite": "0.7.0", "iconv-lite": "0.7.2",
"long": "5.3.2", "long": "5.3.2",
"minimist": "1.2.8", "minimist": "1.2.8",
"seek-bzip": "2.0.0", "seek-bzip": "2.0.0",
"telnet-client": "2.2.6", "telnet-client": "2.2.13",
"varint": "6.0.0" "varint": "6.0.0"
}, },
"devDependencies": { "devDependencies": {