From d903e3ab808cf0f8548f87363e087f8402b41753 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 23:38:29 +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 dc5dd12a4f438a..269384b61304ba 100644 --- a/package.json +++ b/package.json @@ -208,7 +208,7 @@ "wordwrap": "^1.0.0", "worker-farm": "^1.3.1", "write-file-atomic": "^1.2.0", - "ws": "^1.1.0", + "ws": "^8.17.1", "xcode": "^0.9.1", "xmldoc": "^0.4.0", "xpipe": "^1.0.5",