From 7a40a273ade7b0424df36819956754c7b0c6b66b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 04:36:33 +0000 Subject: [PATCH] Bump uuid from 3.3.2 to 3.3.3 in /Server Bumps [uuid](https://github.com/kelektiv/node-uuid) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/kelektiv/node-uuid/releases) - [Changelog](https://github.com/kelektiv/node-uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node-uuid/compare/v3.3.2...v3.3.3) Signed-off-by: dependabot-preview[bot] --- Server/package.json | 2 +- Server/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/package.json b/Server/package.json index 6482dbb..9559caa 100644 --- a/Server/package.json +++ b/Server/package.json @@ -33,6 +33,6 @@ "sequelize": "^5.6.0", "socket.io": "^2.2.0", "superagent": "^5.0.2", - "uuid": "^3.3.2" + "uuid": "^3.3.3" } } diff --git a/Server/yarn.lock b/Server/yarn.lock index ac3b76d..62ba115 100644 --- a/Server/yarn.lock +++ b/Server/yarn.lock @@ -3695,10 +3695,10 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -uuid@^3.2.1, uuid@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" - integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@^3.2.1, uuid@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" + integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== v8-compile-cache@^2.0.0: version "2.0.2"