From 408f1583c14c0749d12d701e59609114fe14a833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 05:59:04 +0000 Subject: [PATCH] Bump uuid from 8.3.0 to 8.3.1 in /node Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1. - [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.1) 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..14cad1a 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.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", + "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" }, "vary": { "version": "1.1.2", diff --git a/node/package.json b/node/package.json index b753481..ef703b2 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.1" }, "devDependencies": { "@babel/cli": "^7.11.6",