This commit is contained in:
dependabot[bot] 2025-06-03 19:02:12 +02:00 committed by GitHub
commit 7b26eed63c
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", "mx-puppet-bridge": "0.1.6",
"patch-package": "^8.0.0", "patch-package": "^8.0.0",
"steam-user": "^4.29.1", "steam-user": "^4.29.1",
"steamcommunity": "3.46.1", "steamcommunity": "3.48.8",
"steamid": "1.1.3", "steamid": "1.1.3",
"stream-buffers": "^3.0.2", "stream-buffers": "^3.0.2",
"ts-debounce": "2.2.0" "ts-debounce": "2.2.0"
@ -4636,19 +4636,20 @@
} }
}, },
"node_modules/steamcommunity": { "node_modules/steamcommunity": {
"version": "3.46.1", "version": "3.48.8",
"resolved": "https://registry.npmjs.org/steamcommunity/-/steamcommunity-3.46.1.tgz", "resolved": "https://registry.npmjs.org/steamcommunity/-/steamcommunity-3.48.8.tgz",
"integrity": "sha512-gze62L5K6TcIdrA0Rn7PNCnA9wRrQC9x79WzjiO09fvigl1fd1ZfFrT+Arje7YQsVDUVJISn4nh9FN5PjtX2iw==", "integrity": "sha512-K5piaCVNhAm/5tuRBU7Nqj4gAJeobKQy1vi12iZhXHiVhsfaZoioUxiNQS5sbBBXXBUxtBI7kDZL1CEgcCnQdA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@doctormckay/user-agents": "^1.0.0",
"async": "^2.6.3", "async": "^2.6.3",
"cheerio": "0.22.0", "cheerio": "0.22.0",
"image-size": "^0.8.2", "image-size": "^0.8.2",
"node-bignumber": "^1.2.1",
"request": "^2.88.0", "request": "^2.88.0",
"steam-session": "^1.9.1",
"steam-totp": "^1.5.0", "steam-totp": "^1.5.0",
"steamid": "^1.1.3", "steamid": "^1.1.3",
"xml2js": "^0.4.22" "xml2js": "^0.6.2"
}, },
"engines": { "engines": {
"node": ">=4.0.0" "node": ">=4.0.0"
@ -5276,9 +5277,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/xml2js": { "node_modules/xml2js": {
"version": "0.4.23", "version": "0.6.2",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"sax": ">=0.6.0", "sax": ">=0.6.0",

View file

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