From 45ca3a7a89dae4c5e5f5582342bd9590d6b9b0be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 06:17:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b4d298d..e3fe4e2 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.8.0", "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.8.0", "noflo-objects": "^0.1.12", "noflo-strings": "^0.1.9", "signage-business": "git://github.com/dippyhippy/signage-business",