diff --git a/worker/app/package-lock.json b/worker/app/package-lock.json index 40d5e7e..4676ad2 100644 --- a/worker/app/package-lock.json +++ b/worker/app/package-lock.json @@ -14,7 +14,7 @@ "death": "^1.1.0", "express": "^4.17.1", "socket.io-client": "^4.1.3", - "uuid": "^8.3.2" + "uuid": "^9.0.0" } }, "node_modules/@socket.io/base64-arraybuffer": { @@ -726,9 +726,9 @@ } }, "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": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", "bin": { "uuid": "dist/bin/uuid" } @@ -1301,9 +1301,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" }, "vary": { "version": "1.1.2", diff --git a/worker/app/package.json b/worker/app/package.json index a154b98..5c025a4 100644 --- a/worker/app/package.json +++ b/worker/app/package.json @@ -13,7 +13,7 @@ "death": "^1.1.0", "express": "^4.17.1", "socket.io-client": "^4.1.3", - "uuid": "^8.3.2", + "uuid": "^9.0.0", "cpu-benchmark": "^1.0.1" } }