From f91686c9b31092cf05ccd456468c8fd17ea23af2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 May 2024 20:11:00 +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/bcsjason/project/6c2f72bc-1f66-4eea-a146-29f138f97e00?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38e4cfb..c419993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dotenv": "^16.4.5", "express": "^4.18.2", "express-basic-auth": "^1.2.1", - "ws": "^8.16.0" + "ws": "^8.17.0" } }, "node_modules/accepts": { @@ -748,9 +748,9 @@ } }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 9a26177..fc7ba4a 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "dotenv": "^16.4.5", "express": "^4.18.2", "express-basic-auth": "^1.2.1", - "ws": "^8.16.0" + "ws": "^8.17.0" } }