From e106d3710408147861812f4f0ad0bf69e30bca97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 14:49:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a6ea8c..8d4c33f 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.12.0", "keypress": "^0.2.1" } }