From 346ea8265214ea18a98d75718ccf8c73bed7f148 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:44:23 +0200 Subject: [PATCH] chore(deps): update dependency winston to v3.8.1 (#4243) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd7ef41e9..37e6e93bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "typescript": "4.1.6", "unminified-webpack-plugin": "3.0.0", "webpack": "5.73.0", - "winston": "3.8.0", + "winston": "3.8.1", "zone.js": "0.11.6" } }, @@ -16214,9 +16214,9 @@ } }, "node_modules/winston": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", - "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", + "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "dev": true, "dependencies": { "@dabh/diagnostics": "^2.0.2", @@ -29073,9 +29073,9 @@ "dev": true }, "winston": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", - "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", + "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "dev": true, "requires": { "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index aebf7c03e..597e726ac 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "typescript": "4.1.6", "unminified-webpack-plugin": "3.0.0", "webpack": "5.73.0", - "winston": "3.8.0", + "winston": "3.8.1", "zone.js": "0.11.6" }, "jest": {