From dc06cabae51e779cf06575f12a26b6bf43c1ce21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 10:44:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- 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" } }