From 9509a14f0ee631e8baea73e036bec3348b3068c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 23:02:34 +0000 Subject: [PATCH] Bump uuid from 8.3.0 to 9.0.0 in /node Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 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.0...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- node/package-lock.json | 6 +++--- node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index 622e5ce..cb30e2b 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -6106,9 +6106,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + "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/node/package.json b/node/package.json index b753481..3344d73 100644 --- a/node/package.json +++ b/node/package.json @@ -29,7 +29,7 @@ "njwt": "1.0.0", "pm2": "^4.4.1", "sha256": "0.2.0", - "uuid": "8.3.0" + "uuid": "9.0.0" }, "devDependencies": { "@babel/cli": "^7.11.6",