build(deps): upgrade uuid to v14 to resolve moderate npm audit vulnerability (#5341)

Upgrade uuid to v14 to fix npm audit vulnerability
This commit is contained in:
Copilot
2026-04-28 20:50:30 -07:00
committed by GitHub
parent d7165959f6
commit fd7a4fb5ff
2 changed files with 5 additions and 5 deletions

8
app/package-lock.json generated
View File

@@ -15,7 +15,7 @@
"electron-updater": "^6.8.3",
"minimist": "^1.2.8",
"semver": "^7.7.2",
"uuid": "^13.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"@electron/notarize": "^3.1.1",
@@ -4810,9 +4810,9 @@
"license": "MIT"
},
"node_modules/uuid": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

View File

@@ -9,7 +9,7 @@
"electron-updater": "^6.8.3",
"minimist": "^1.2.8",
"semver": "^7.7.2",
"uuid": "^13.0.0"
"uuid": "^14.0.0"
},
"type": "module",
"author": {