mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 09:34:13 +02:00
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:
parent
32d31b5791
commit
73452b2c88
2 changed files with 11 additions and 10 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue