From 64adfe5b0426c91068af3fcf01fa5e307aa99345 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:05:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a6ea8c..7853220 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "barcli": "0.0.11", "color-temp": "0.0.2", - "johnny-five": "^0.8.76", + "johnny-five": "^0.9.1", "keypress": "^0.2.1" } }