From 12d81c2e32d1c578c930bb0c34f181c074d8bc2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 21:29:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- 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" } }