This is an automated email from the ASF dual-hosted git repository.
johnbodley 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 6e443ad1eb build(deps): bump ws from 8.15.0 to 8.16.0 in
/superset-websocket (#26363)
6e443ad1eb is described below
commit 6e443ad1ebdbe6e9b756927ec0b5d446ab3f3d41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 3 07:01:27 2024 +1300
build(deps): bump ws from 8.15.0 to 8.16.0 in /superset-websocket (#26363)
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 04bf11d8cc..e94006f828 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 ddf583fb51..e592ce6eea 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",