chore: add ws dependency for remote control

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Administrator 2026-03-12 07:19:38 +01:00
parent f13bf7f5bc
commit ad9b866afe
2 changed files with 27 additions and 4 deletions

28
package-lock.json generated
View File

@ -1,15 +1,16 @@
{
"name": "multi-hoster-uploader",
"version": "1.8.6",
"version": "2.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "multi-hoster-uploader",
"version": "1.8.6",
"version": "2.0.6",
"dependencies": {
"chokidar": "^3.6.0",
"undici": "^7.16.0"
"undici": "^7.16.0",
"ws": "^8.19.0"
},
"devDependencies": {
"electron": "^33.0.0",
@ -5433,6 +5434,27 @@
"dev": true,
"license": "ISC"
},
"node_modules/ws": {
"version": "8.19.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xmlbuilder": {
"version": "15.1.1",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",

View File

@ -12,7 +12,8 @@
},
"dependencies": {
"chokidar": "^3.6.0",
"undici": "^7.16.0"
"undici": "^7.16.0",
"ws": "^8.19.0"
},
"devDependencies": {
"electron": "^33.0.0",