From b65af60d285e5e4c22d39478a4006fdb69d58c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 03:25:35 +0000 Subject: [PATCH] Bump node-uuid in /20120716/talk-one/examples/backend 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] --- 20120716/talk-one/examples/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20120716/talk-one/examples/backend/package.json b/20120716/talk-one/examples/backend/package.json index 58d272b..49cd4a0 100644 --- a/20120716/talk-one/examples/backend/package.json +++ b/20120716/talk-one/examples/backend/package.json @@ -10,7 +10,7 @@ "express": "3.0.0alpha4", "solar": "0.1.x", "express-namespace": "0.1.x", - "node-uuid": "1.3.x" + "node-uuid": "1.4.x" }, "engines": { "node": "~0.6.2"