From 97e39aa38d150c1dd17e928ff538bac2ef57fc10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 22:06:40 +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/qdraw/project/b0f6e505-f484-4af9-9f2c-fba023071969?utm_source=github&utm_medium=referral&page=upgrade-pr --- starsky-tools/mock/package-lock.json | 19 ++++++++++--------- starsky-tools/mock/package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/starsky-tools/mock/package-lock.json b/starsky-tools/mock/package-lock.json index 37c913747c..6584014786 100644 --- a/starsky-tools/mock/package-lock.json +++ b/starsky-tools/mock/package-lock.json @@ -1,16 +1,16 @@ { "name": "mock", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mock", - "version": "0.6.0", + "version": "0.6.1", "license": "ISC", "dependencies": { "express": "^4.19.2", - "ws": "^8.16.0" + "ws": "^8.17.0" } }, "node_modules/accepts": { @@ -692,9 +692,10 @@ } }, "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==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -1201,9 +1202,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "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": {} } } diff --git a/starsky-tools/mock/package.json b/starsky-tools/mock/package.json index c4c0c1abd3..e39806deec 100644 --- a/starsky-tools/mock/package.json +++ b/starsky-tools/mock/package.json @@ -13,6 +13,6 @@ "license": "ISC", "dependencies": { "express": "^4.19.2", - "ws": "^8.16.0" + "ws": "^8.17.0" } }