From b75a081af859c39ac5436b198636ea177d650c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:19:39 +0000 Subject: [PATCH] build(deps): bump ws from 8.15.0 to 8.16.0 in /superset-websocket Bumps [ws](https://github.com/websockets/ws) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.15.0...8.16.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 171765971a9e3..2f16126c867c2 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.11.0", - "ws": "^8.15.0" + "ws": "^8.16.0" }, "devDependencies": { "@types/cookie": "^0.6.0", @@ -6083,9 +6083,9 @@ } }, "node_modules/ws": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.0.tgz", - "integrity": "sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==", + "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" }, @@ -10785,9 +10785,9 @@ } }, "ws": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.0.tgz", - "integrity": "sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "requires": {} }, "xml-name-validator": { diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 7ca0ad2ccada8..97d7d88164de5 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -24,7 +24,7 @@ "lodash": "^4.17.21", "uuid": "^9.0.1", "winston": "^3.11.0", - "ws": "^8.15.0" + "ws": "^8.16.0" }, "devDependencies": { "@types/cookie": "^0.6.0",