diff --git a/app/package-lock.json b/app/package-lock.json index 028ab4ecac7..585397fde34 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -15,7 +15,7 @@ "electron-updater": "^6.3.4", "minimist": "^1.2.8", "semver": "^7.6.3", - "uuid": "^10.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@electron/notarize": "^2.5.0", @@ -4863,15 +4863,15 @@ "dev": true }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/verror": { @@ -8793,9 +8793,9 @@ "dev": true }, "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==" }, "verror": { "version": "1.10.1", diff --git a/app/package.json b/app/package.json index 7a5a15358ef..b00bc9e51ae 100644 --- a/app/package.json +++ b/app/package.json @@ -9,7 +9,7 @@ "electron-updater": "^6.3.4", "minimist": "^1.2.8", "semver": "^7.6.3", - "uuid": "^10.0.0" + "uuid": "^14.0.0" }, "type": "module", "author": {