This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new f95d9cde40 build(deps): bump ws from 8.16.0 to 8.17.0 in 
/superset-websocket (#28288)
f95d9cde40 is described below

commit f95d9cde4078d00c077f8c87d80fdd0a57f8e94e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 2 22:31:30 2024 -0600

    build(deps): bump ws from 8.16.0 to 8.17.0 in /superset-websocket (#28288)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 fb705f007b..52cc16e254 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 879af78832..bfc1379ebd 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",

Reply via email to