diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index 0f988f555..55e3aaa3d 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -15,7 +15,7 @@ "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "uuid": "^10.0.0", - "winston": "^3.13.0", + "winston": "^3.15.0", "ws": "^8.18.0" }, "devDependencies": { @@ -6309,15 +6309,15 @@ } }, "node_modules/winston": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", - "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.4.0", + "logform": "^2.6.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", @@ -11145,15 +11145,15 @@ } }, "winston": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", - "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.4.0", + "logform": "^2.6.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 9222c8c5b..3d79edf5e 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -23,7 +23,7 @@ "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "uuid": "^10.0.0", - "winston": "^3.13.0", + "winston": "^3.15.0", "ws": "^8.18.0" }, "devDependencies": {