From 26cc6179b706fd5f2375cd9f42d8ac637aabbaea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jan 2024 17:27:20 +0000 Subject: [PATCH] fix: upgrade ws from 8.15.1 to 8.16.0 Snyk has created this PR to upgrade ws from 8.15.1 to 8.16.0. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/qdraw/project/27439723-c691-46c5-b2ea-d92d55c355db?utm_source=github&utm_medium=referral&page=upgrade-pr --- starsky-tools/mock/package-lock.json | 14 +++++++------- starsky-tools/mock/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/starsky-tools/mock/package-lock.json b/starsky-tools/mock/package-lock.json index 0a4088dde6..6eb4363b69 100644 --- a/starsky-tools/mock/package-lock.json +++ b/starsky-tools/mock/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "express": "^4.18.2", - "ws": "^8.15.1" + "ws": "^8.16.0" } }, "node_modules/accepts": { @@ -590,9 +590,9 @@ } }, "node_modules/ws": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "engines": { "node": ">=10.0.0" }, @@ -1036,9 +1036,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "requires": {} } } diff --git a/starsky-tools/mock/package.json b/starsky-tools/mock/package.json index aba3f6d1ff..8e79e853ea 100644 --- a/starsky-tools/mock/package.json +++ b/starsky-tools/mock/package.json @@ -13,6 +13,6 @@ "license": "ISC", "dependencies": { "express": "^4.18.2", - "ws": "^8.15.1" + "ws": "^8.16.0" } }