From 7a93ebc2abc0549eee1810d70358a373b922a5fb Mon Sep 17 00:00:00 2001 From: Ken Wronkiewicz Date: Sun, 24 Jul 2016 21:53:27 -0700 Subject: [PATCH] update node-wf to 1.0 and also update node-uuid (There's security advisories on node-uuid and it probably doesn't actually matter in these use cases, but might as well now have snyk alert) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ba3c14..7aa3cb4 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "pg": "6.0.1", "bunyan": "0.23.1", "vasync": "1.3.3", - "node-uuid": "1.4.0", - "wf": "~0.10" + "node-uuid": "1.4.7", + "wf": "~1.0.1" }, "devDependencies": { "tap": "~0.3"