From 84b991febcb67725c4f475494c730c4142e4a081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:22:32 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 9.0.0 in /worker/app Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- worker/app/package-lock.json | 14 +++++++------- worker/app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" } }