1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-20 22:32:50 +00:00

Electron: Revert uuid package version to webOS version

This commit is contained in:
Michael Hollister 2025-07-28 00:17:46 -05:00
parent cf564a553c
commit 573b88a1c0
3 changed files with 8 additions and 6 deletions

View file

@ -20,7 +20,7 @@
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
"systeminformation": "^5.25.11", "systeminformation": "^5.25.11",
"url": "^0.11.4", "url": "^0.11.4",
"uuid": "^11.0.3", "uuid": "^9.0.1",
"ws": "^8.18.0", "ws": "^8.18.0",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
@ -11908,16 +11908,16 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "11.1.0", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"
], ],
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"uuid": "dist/esm/bin/uuid" "uuid": "dist/bin/uuid"
} }
}, },
"node_modules/v8-to-istanbul": { "node_modules/v8-to-istanbul": {

View file

@ -45,6 +45,7 @@
"webpack": "^5.99.6", "webpack": "^5.99.6",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },
"@comment dependencies.uuid": "Versions > 9.0.1 are broken on webOS",
"dependencies": { "dependencies": {
"@vscode/sudo-prompt": "^9.3.1", "@vscode/sudo-prompt": "^9.3.1",
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",
@ -57,7 +58,7 @@
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
"systeminformation": "^5.25.11", "systeminformation": "^5.25.11",
"url": "^0.11.4", "url": "^0.11.4",
"uuid": "^11.0.3", "uuid": "^9.0.1",
"ws": "^8.18.0", "ws": "^8.18.0",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },

View file

@ -32,6 +32,7 @@
"webpack": "^5.99.6", "webpack": "^5.99.6",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },
"@comment dependencies.uuid": "Versions > 9.0.1 are broken on webOS",
"dependencies": { "dependencies": {
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",
"follow-redirects": "^1.15.9", "follow-redirects": "^1.15.9",