From 1c10f8ad219932bc8d3300f794b2fd25a841fa2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Feb 2023 12:03:40 +0000 Subject: [PATCH] fix: v2/kitchen/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 --- v2/kitchen/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/kitchen/package.json b/v2/kitchen/package.json index 021ee1c..a0d8207 100644 --- a/v2/kitchen/package.json +++ b/v2/kitchen/package.json @@ -8,7 +8,7 @@ "url": "http://github.com/leapmotion-examples/javascript.git" }, "dependencies": { - "leapjs": "^0.6.4", + "leapjs": "^1.0.0", "say": "pehrlich/say.js", "underscore": "^1.8.3" }