diff --git a/package-lock.json b/package-lock.json index 5ae60f0b..26f40131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "qr-image": "3.2.0", "request": "^2.88.2", "request-promise": "^4.2.6", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "winston": "^3.3.3" } }, @@ -7544,11 +7544,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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" + ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache": { diff --git a/package.json b/package.json index eded1cf2..86939a15 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "qr-image": "3.2.0", "request": "^2.88.2", "request-promise": "^4.2.6", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "winston": "^3.3.3" } }