From dfcb7abaeeded0e8fc33b03bb14aa957a8a49829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:59:43 +0000 Subject: [PATCH] Bump winston from 3.7.2 to 3.8.1 Bumps [winston](https://github.com/winstonjs/winston) from 3.7.2 to 3.8.1. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.7.2...v3.8.1) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 95b4dba..81d8a33 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "tough-cookie": "4.0.0", "tunnel": "0.0.6", "twitter-api-v2": "1.12.2", - "winston": "3.7.2", + "winston": "3.8.1", "xml2js": "0.4.23" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 5f4f077..95b24e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14285,10 +14285,10 @@ winston-transport@^4.5.0: readable-stream "^3.6.0" triple-beam "^1.3.0" -winston@3.7.2: - version "3.7.2" - resolved "https://registry.yarnpkg.com/winston/-/winston-3.7.2.tgz#95b4eeddbec902b3db1424932ac634f887c400b1" - integrity sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng== +winston@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/winston/-/winston-3.8.1.tgz#76f15b3478cde170b780234e0c4cf805c5a7fb57" + integrity sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w== dependencies: "@dabh/diagnostics" "^2.0.2" async "^3.2.3"