From 9a5b3a583202e02c2c78a6b35944ceec905c7f1c Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 21 Aug 2020 07:18:05 +0300 Subject: [PATCH] fix: upgrade winston from 3.3.2 to 3.3.3 (#6879) Snyk has created this PR to upgrade winston from 3.3.2 to 3.3.3. See this package in npm: https://www.npmjs.com/package/winston See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=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 15059e97..8f42a5db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12270,9 +12270,9 @@ } }, "winston": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.3.2.tgz", - "integrity": "sha512-vTOrUZlyQPS8VpCcQ1JT8BumDAUe4awCHZ9nmGgO7LqkV4atj0dKa5suA7Trf7QKtBszE2yUs9d8744Kz9j4jQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.3.3.tgz", + "integrity": "sha512-oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw==", "requires": { "@dabh/diagnostics": "^2.0.2", "async": "^3.1.0", diff --git a/package.json b/package.json index 6028cd79..e8c176a5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "subscriptions-transport-ws": "0.9.17", "tv4": "1.3.0", "uuid": "8.3.0", - "winston": "3.3.2", + "winston": "3.3.3", "winston-daily-rotate-file": "4.5.0", "ws": "7.3.1" },