From 8611e5e2d60793c827542feaa198b3311767d2a9 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 06:19:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b4d298d..1049f27 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ "knockout": "^3.2.0", "knockout.mapping": "^2.4.3", "nano": "^6.0.2", - "noflo": "~0.5.0", + "noflo": "~0.7.6", "noflo-couchdb": "^1.0.1", "noflo-filesystem": "^1.0.6", - "noflo-flow": "^0.3.4", + "noflo-flow": "^0.4.0", "noflo-handyman": "0.0.9", - "noflo-nodejs": "0.0.6", + "noflo-nodejs": "0.7.0", "noflo-objects": "^0.1.12", "noflo-strings": "^0.1.9", "signage-business": "git://github.com/dippyhippy/signage-business",