diff --git a/package-lock.json b/package-lock.json index 37695ddd7..49fbb86ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-router-dom": "6.30.3", "simple-git": "^3.30.0", "ssh2": "~1.17.0", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "validator": "^13.15.26", "yargs": "^17.7.2" }, @@ -14400,9 +14400,9 @@ } }, "node_modules/uuid": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", - "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "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" diff --git a/package.json b/package.json index 049bfcb51..feb024d67 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "react-router-dom": "6.30.3", "simple-git": "^3.30.0", "ssh2": "~1.17.0", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "validator": "^13.15.26", "yargs": "^17.7.2" },