From 85a3be8f14a808620a6d77f9649380d52d2bb87c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Feb 2022 02:02:30 +0000 Subject: [PATCH] fix: upgrade winston from 3.5.0 to 3.5.1 Snyk has created this PR to upgrade winston from 3.5.0 to 3.5.1. See this package in npm: https://www.npmjs.com/package/winston See this project in Snyk: https://app.snyk.io/org/acinader/project/21343059-02d9-4182-87d7-718a44b181ef?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cea8f637a9..6cdd789da5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16777,9 +16777,9 @@ } }, "winston": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.5.0.tgz", - "integrity": "sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.5.1.tgz", + "integrity": "sha512-tbRtVy+vsSSCLcZq/8nXZaOie/S2tPXPFt4be/Q3vI/WtYwm7rrwidxVw2GRa38FIXcJ1kUM6MOZ9Jmnk3F3UA==", "requires": { "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", diff --git a/package.json b/package.json index 9ef5f5171a..98b67ea48d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "subscriptions-transport-ws": "0.11.0", "tv4": "1.3.0", "uuid": "8.3.2", - "winston": "3.5.0", + "winston": "3.5.1", "winston-daily-rotate-file": "4.6.0", "ws": "8.2.3" },