Bump xml2js and steamcommunity

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.6.2 and updates ancestor dependency [steamcommunity](https://github.com/DoctorMcKay/node-steamcommunity). These dependencies need to be updated together.


Updates `xml2js` from 0.4.23 to 0.6.2
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.2)

Updates `steamcommunity` from 3.46.1 to 3.48.8
- [Release notes](https://github.com/DoctorMcKay/node-steamcommunity/releases)
- [Commits](https://github.com/DoctorMcKay/node-steamcommunity/compare/v3.46.1...v3.48.8)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-version: 0.6.2
  dependency-type: indirect
- dependency-name: steamcommunity
  dependency-version: 3.48.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-03 10:06:53 +00:00 committed by GitHub
commit 73452b2c88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

19
package-lock.json generated
View file

@ -17,7 +17,7 @@
"mx-puppet-bridge": "0.1.6",
"patch-package": "^8.0.0",
"steam-user": "^4.29.1",
"steamcommunity": "3.46.1",
"steamcommunity": "3.48.8",
"steamid": "1.1.3",
"stream-buffers": "^3.0.2",
"ts-debounce": "2.2.0"
@ -4636,19 +4636,20 @@
}
},
"node_modules/steamcommunity": {
"version": "3.46.1",
"resolved": "https://registry.npmjs.org/steamcommunity/-/steamcommunity-3.46.1.tgz",
"integrity": "sha512-gze62L5K6TcIdrA0Rn7PNCnA9wRrQC9x79WzjiO09fvigl1fd1ZfFrT+Arje7YQsVDUVJISn4nh9FN5PjtX2iw==",
"version": "3.48.8",
"resolved": "https://registry.npmjs.org/steamcommunity/-/steamcommunity-3.48.8.tgz",
"integrity": "sha512-K5piaCVNhAm/5tuRBU7Nqj4gAJeobKQy1vi12iZhXHiVhsfaZoioUxiNQS5sbBBXXBUxtBI7kDZL1CEgcCnQdA==",
"license": "MIT",
"dependencies": {
"@doctormckay/user-agents": "^1.0.0",
"async": "^2.6.3",
"cheerio": "0.22.0",
"image-size": "^0.8.2",
"node-bignumber": "^1.2.1",
"request": "^2.88.0",
"steam-session": "^1.9.1",
"steam-totp": "^1.5.0",
"steamid": "^1.1.3",
"xml2js": "^0.4.22"
"xml2js": "^0.6.2"
},
"engines": {
"node": ">=4.0.0"
@ -5276,9 +5277,9 @@
"license": "ISC"
},
"node_modules/xml2js": {
"version": "0.4.23",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
"license": "MIT",
"dependencies": {
"sax": ">=0.6.0",

View file

@ -19,7 +19,7 @@
"js-yaml": "^4.0.0",
"mx-puppet-bridge": "0.1.6",
"steam-user": "^4.29.1",
"steamcommunity": "3.46.1",
"steamcommunity": "3.48.8",
"steamid": "1.1.3",
"stream-buffers": "^3.0.2",
"ts-debounce": "2.2.0",