From 1854192abbd5094126ebfb73c58c0c222765ec93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Berm=C3=BAdez=20Schettino?= Date: Mon, 31 May 2021 11:24:48 +0200 Subject: [PATCH] chore: update ws dependency to a non-vulnerable version (#7296) Issue: https://github.com/advisories/GHSA-6fc8-4gx4-v693 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01fdd707..ed3e1aa9 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "rimraf": "3.0.2", "tar-fs": "2.0.0", "unbzip2-stream": "1.3.3", - "ws": "7.4.5" + "ws": "7.4.6" }, "devDependencies": { "@commitlint/cli": "11.0.0",