diff --git a/lib/rammerhead/package-lock.json b/lib/rammerhead/package-lock.json index 9cc4744ce..b40915a8b 100644 --- a/lib/rammerhead/package-lock.json +++ b/lib/rammerhead/package-lock.json @@ -16,7 +16,7 @@ "mime": "^2.5.2", "testcafe-hammerhead": "24.5.18", "uglify-js": "^3.15.3", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "ws": "^8.2.0" }, "devDependencies": { @@ -4653,12 +4653,16 @@ "license": "MIT" }, "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/webauth": { diff --git a/lib/rammerhead/package.json b/lib/rammerhead/package.json index 177f30fbe..e6e77ceed 100644 --- a/lib/rammerhead/package.json +++ b/lib/rammerhead/package.json @@ -31,7 +31,7 @@ "mime": "^2.5.2", "testcafe-hammerhead": "24.5.18", "uglify-js": "^3.15.3", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "ws": "^8.2.0" }, "devDependencies": {