From 8fa7ea41e6e65e02633c682d9643d96be7542c93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 13:03:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ecc6ef..21a20eb 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "license": "Apache 2", "dependencies": { "arduino-firmata": "^0.3.2", - "osc": "^1.1.2" + "osc": "^2.2.1" } }