mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
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:
14
superset-websocket/package-lock.json
generated
14
superset-websocket/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user