From 4990860260984441e2a76e7b68b38e9c8142a290 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 02:37:39 +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 1a68b60..098e85e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prettyjson": "^1.2.1", "url": "^0.11.0", "uuid": "^3.3.2", - "ws": "^7.2.1" + "ws": "^8.17.1" }, "devDependencies": { "http-status": "^1.2.0",