From 0c1c861ee86886187bea4ffd19a621e54c4d6c4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Aug 2023 14:56:36 +0000 Subject: [PATCH] fix: upgrade winston from 3.8.2 to 3.10.0 Snyk has created this PR to upgrade winston from 3.8.2 to 3.10.0. See this package in npm: https://www.npmjs.com/package/winston See this project in Snyk: https://app.snyk.io/org/tonesto7/project/cfae5417-80ee-4fa0-a689-49b35642bc2b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efbfa78d..1c9ba5ca 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "request": "^2.88.2", "request-promise": "^4.2.6", "underscore": "^1.13.6", - "winston": "^3.8.2", + "winston": "^3.10.0", "winston-daily-rotate-file": "^4.7.1", "compare-versions": "^3.6.0" },