From 9bbd1f1b30bfa6fb52bf1388ab336ef39d0faead Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 29 Sep 2021 12:18:15 -0700 Subject: [PATCH] Update package-lock.json Fix a security issue with the node.js ws package, which is only used in testing. --- ws/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws/package-lock.json b/ws/package-lock.json index 1306ec3b..d13b7dea 100644 --- a/ws/package-lock.json +++ b/ws/package-lock.json @@ -8,7 +8,7 @@ "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" }, "ws": { - "version": "6.2.0", + "version": ">=6.2.2", "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.0.tgz", "integrity": "sha512-deZYUNlt2O4buFCa3t5bKLf8A7FPP/TVjwOeVNpw818Ma5nk4MLXls2eoEGS39o8119QIYxTrTDoPQ5B/gTD6w==", "requires": {