From 9dc98a442b481adeba84d4f0ad5aa0eb7976b8a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 08:17:42 +0000 Subject: [PATCH] fix: upgrade ws from 8.16.0 to 8.17.0 Snyk has created this PR to upgrade ws from 8.16.0 to 8.17.0. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/matrix-compute/project/2987291d-64ab-42dc-b538-d1998fa75d92?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf980986..7b7e5387 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "nyc": "^15.0.0", "request": "^2.87.0", "request-promise-native": "^1.0.4", - "ws": "^8.4.0" + "ws": "^8.17.0" }, "engines": { "node": ">= 10.0"