From 2fad999fc131354290847b6b2dbce2fcc990ef1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 16:55:11 +0000 Subject: [PATCH] Bump node-uuid from 1.3.3 to 1.4.8 Bumps [node-uuid](https://github.com/broofa/node-uuid) from 1.3.3 to 1.4.8. - [Release notes](https://github.com/broofa/node-uuid/releases) - [Changelog](https://github.com/broofa/node-uuid/blob/master/HISTORY.md) - [Commits](https://github.com/broofa/node-uuid/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e023ffd..ad9b28f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "express": "3.3.x", "socket.io": "0.9.x", - "node-uuid": "1.3.3" + "node-uuid": "1.4.8" }, "engine": { "node": "0.10.x"