From 5a51821fd0c753ca5ad0b4d84f18bda8464c186a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 06:06:25 +0000 Subject: [PATCH] Bump uuid from 8.3.0 to 8.3.2 in /node Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.2) 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..85a6fce 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": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "vary": { "version": "1.1.2", diff --git a/node/package.json b/node/package.json index b753481..68896c3 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": "8.3.2" }, "devDependencies": { "@babel/cli": "^7.11.6",