build(deps): bump winston from 3.9.0 to 3.10.0 in /superset-websocket (#24659)

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-07-11 10:51:34 -06:00 committed by GitHub
parent cbf39650d0
commit 2d2a76a8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@
"ioredis": "^4.28.0",
"jsonwebtoken": "^9.0.1",
"uuid": "^9.0.0",
"winston": "^3.9.0",
"winston": "^3.10.0",
"ws": "^8.13.0"
},
"devDependencies": {
@ -5762,9 +5762,9 @@
}
},
"node_modules/winston": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz",
"integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz",
"integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==",
"dependencies": {
"@colors/colors": "1.5.0",
"@dabh/diagnostics": "^2.0.2",
@ -10290,9 +10290,9 @@
}
},
"winston": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz",
"integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz",
"integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==",
"requires": {
"@colors/colors": "1.5.0",
"@dabh/diagnostics": "^2.0.2",

View File

@ -20,7 +20,7 @@
"ioredis": "^4.28.0",
"jsonwebtoken": "^9.0.1",
"uuid": "^9.0.0",
"winston": "^3.9.0",
"winston": "^3.10.0",
"ws": "^8.13.0"
},
"devDependencies": {