mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-22 15:22:50 +00:00
Electron: Revert uuid package version to webOS version
This commit is contained in:
parent
cf564a553c
commit
573b88a1c0
3 changed files with 8 additions and 6 deletions
10
receivers/electron/package-lock.json
generated
10
receivers/electron/package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"qrcode": "^1.5.3",
|
||||
"systeminformation": "^5.25.11",
|
||||
"url": "^0.11.4",
|
||||
"uuid": "^11.0.3",
|
||||
"uuid": "^9.0.1",
|
||||
"ws": "^8.18.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
|
@ -11908,16 +11908,16 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
||||
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
||||
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"uuid": "dist/esm/bin/uuid"
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/v8-to-istanbul": {
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
"webpack": "^5.99.6",
|
||||
"webpack-cli": "^6.0.1"
|
||||
},
|
||||
"@comment dependencies.uuid": "Versions > 9.0.1 are broken on webOS",
|
||||
"dependencies": {
|
||||
"@vscode/sudo-prompt": "^9.3.1",
|
||||
"bufferutil": "^4.0.8",
|
||||
|
@ -57,7 +58,7 @@
|
|||
"qrcode": "^1.5.3",
|
||||
"systeminformation": "^5.25.11",
|
||||
"url": "^0.11.4",
|
||||
"uuid": "^11.0.3",
|
||||
"uuid": "^9.0.1",
|
||||
"ws": "^8.18.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue