build(deps-dev): bump @types/ws from 8.5.6 to 8.5.7 in /superset-websocket (#25606)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-11 10:22:29 -07:00 committed by GitHub
parent cef68f8a9a
commit 3f85239053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.8.4",
"@types/uuid": "^9.0.4",
"@types/ws": "^8.5.6",
"@types/ws": "^8.5.7",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.51.0",
@ -1360,9 +1360,9 @@
"dev": true
},
"node_modules/@types/ws": {
"version": "8.5.6",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.6.tgz",
"integrity": "sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==",
"version": "8.5.7",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.7.tgz",
"integrity": "sha512-6UrLjiDUvn40CMrAubXuIVtj2PEfKDffJS7ychvnPU44j+KVeXmdHHTgqcM/dxLUTHxlXHiFM8Skmb8ozGdTnQ==",
"dev": true,
"dependencies": {
"@types/node": "*"
@ -7124,9 +7124,9 @@
"dev": true
},
"@types/ws": {
"version": "8.5.6",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.6.tgz",
"integrity": "sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==",
"version": "8.5.7",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.7.tgz",
"integrity": "sha512-6UrLjiDUvn40CMrAubXuIVtj2PEfKDffJS7ychvnPU44j+KVeXmdHHTgqcM/dxLUTHxlXHiFM8Skmb8ozGdTnQ==",
"dev": true,
"requires": {
"@types/node": "*"

View File

@ -31,7 +31,7 @@
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.8.4",
"@types/uuid": "^9.0.4",
"@types/ws": "^8.5.6",
"@types/ws": "^8.5.7",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.51.0",