From f95d9cde4078d00c077f8c87d80fdd0a57f8e94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:31:30 -0600 Subject: [PATCH] build(deps): bump ws from 8.16.0 to 8.17.0 in /superset-websocket (#28288) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-websocket/package-lock.json | 14 +++++++------- superset-websocket/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index fb705f007bcb4..52cc16e254779 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -17,7 +17,7 @@ "lodash": "^4.17.21", "uuid": "^9.0.1", "winston": "^3.13.0", - "ws": "^8.16.0" + "ws": "^8.17.0" }, "devDependencies": { "@types/cookie": "^0.6.0", @@ -6029,9 +6029,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" }, @@ -10696,9 +10696,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": {} }, "xml-name-validator": { diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 879af7883298b..bfc1379ebddb9 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -25,7 +25,7 @@ "lodash": "^4.17.21", "uuid": "^9.0.1", "winston": "^3.13.0", - "ws": "^8.16.0" + "ws": "^8.17.0" }, "devDependencies": { "@types/cookie": "^0.6.0",