From 5fa21695574a019ed8e81ab84ff93c539057900c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 05:11:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe4036e..ae5a72a 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "espruino": "1.89" }, "dependencies": { - "ws": "^3.3.1" + "ws": "^8.17.1" } }