From d453d935ecc94f3e2ef7211b885279f3dc4dc163 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Jan 2022 18:52:42 +0000 Subject: [PATCH] chore: update dependency winston to ^3.5.0 Signed-off-by: Renovate Bot --- extensions/logging/package-lock.json | 29 +++++++++++++++++++++------- extensions/logging/package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/extensions/logging/package-lock.json b/extensions/logging/package-lock.json index 2378d9cc9c26..bf0b6041ef5a 100644 --- a/extensions/logging/package-lock.json +++ b/extensions/logging/package-lock.json @@ -12,7 +12,7 @@ "fluent-logger": "^3.4.1", "morgan": "^1.10.0", "tslib": "^2.3.1", - "winston": "^3.4.0", + "winston": "^3.5.0", "winston-transport": "^4.4.2" }, "devDependencies": { @@ -2631,9 +2631,9 @@ } }, "node_modules/winston": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.4.0.tgz", - "integrity": "sha512-FqilVj+5HKwCfIHQzMxrrd5tBIH10JTS3koFGbLVWBODjiIYq7zir08rFyBT4rrTYG/eaTqDcfSIbcjSM78YSw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.5.0.tgz", + "integrity": "sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==", "dependencies": { "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", @@ -2641,6 +2641,7 @@ "logform": "^2.3.2", "one-time": "^1.0.0", "readable-stream": "^3.4.0", + "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", "winston-transport": "^4.4.2" @@ -2688,6 +2689,14 @@ "node": ">= 6" } }, + "node_modules/winston/node_modules/safe-stable-stringify": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz", + "integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==", + "engines": { + "node": ">=10" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -4886,9 +4895,9 @@ } }, "winston": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.4.0.tgz", - "integrity": "sha512-FqilVj+5HKwCfIHQzMxrrd5tBIH10JTS3koFGbLVWBODjiIYq7zir08rFyBT4rrTYG/eaTqDcfSIbcjSM78YSw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.5.0.tgz", + "integrity": "sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==", "requires": { "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", @@ -4896,6 +4905,7 @@ "logform": "^2.3.2", "one-time": "^1.0.0", "readable-stream": "^3.4.0", + "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", "winston-transport": "^4.4.2" @@ -4910,6 +4920,11 @@ "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } + }, + "safe-stable-stringify": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz", + "integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==" } } }, diff --git a/extensions/logging/package.json b/extensions/logging/package.json index 683befa0c758..28432c960888 100644 --- a/extensions/logging/package.json +++ b/extensions/logging/package.json @@ -47,7 +47,7 @@ "fluent-logger": "^3.4.1", "morgan": "^1.10.0", "tslib": "^2.3.1", - "winston": "^3.4.0", + "winston": "^3.5.0", "winston-transport": "^4.4.2" }, "devDependencies": {