From 8b4f516acff371239fdb63bd341f35f3087ddf28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:20:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3edf256..20663a4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "MIT", "dependencies": { "commander": "^2.1.0", - "flowhub-registry": "0.0.2", + "flowhub-registry": "0.1.0", "noflo": "^0.5.0", "noflo-runtime-websocket": "^0.2.3", "uuid": "^1.4.1"