From da285578ebb892785d05fa7c395980e4530155bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 18:12:01 +0000 Subject: [PATCH] build(deps): bump uuid from 3.3.3 to 3.4.0 in /Server Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 3.4.0. - [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/v3.3.3...v3.4.0) Signed-off-by: dependabot-preview[bot] --- Server/package-lock.json | 6 +++--- Server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/package-lock.json b/Server/package-lock.json index 768032b..cf69e2f 100644 --- a/Server/package-lock.json +++ b/Server/package-lock.json @@ -3586,9 +3586,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/Server/package.json b/Server/package.json index 6b00679..600a52e 100644 --- a/Server/package.json +++ b/Server/package.json @@ -34,7 +34,7 @@ "sequelize": "^5.21.2", "socket.io": "^2.3.0", "superagent": "^5.1.1", - "uuid": "^3.3.3" + "uuid": "^3.4.0" }, "devDependencies": { "prettier": "^1.19.1"