From 86750c862180cd6bade3c746e0c9fafe5882a279 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 07:42:45 +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/alex-werner/project/f9830b8d-bf02-4c9e-afc6-e3c615664c50?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7e1f3f..80a40ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@stablelib/random": "^1.0.2", "dotenv": "^16.4.1", "hermodlog": "^1.2.0", - "ws": "^8.16.0" + "ws": "^8.17.0" }, "devDependencies": { "vitest": "^1.2.2" @@ -1549,9 +1549,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" }, @@ -2498,9 +2498,9 @@ } }, "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==", "requires": {} }, "yocto-queue": { diff --git a/package.json b/package.json index 90b0ec4..21574c9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@stablelib/random": "^1.0.2", "dotenv": "^16.4.1", "hermodlog": "^1.2.0", - "ws": "^8.16.0" + "ws": "^8.17.0" }, "devDependencies": { "vitest": "^1.2.2"