From 78b96edaf1c12708e778b69cc780d2c202f0086e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Dec 2022 20:48:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4d298d..1f63891 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,11 @@ "knockout.mapping": "^2.4.3", "nano": "^6.0.2", "noflo": "~0.5.0", - "noflo-couchdb": "^1.0.1", + "noflo-couchdb": "^2.0.0", "noflo-filesystem": "^1.0.6", "noflo-flow": "^0.3.4", "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",