From aed1c86a9dfdcae93126691f246ef8ce55ecb2e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Sep 2022 18:19:08 +0000 Subject: [PATCH] feat: upgrade winston from 2.2.0 to 3.8.1 Snyk has created this PR to upgrade winston from 2.2.0 to 3.8.1. See this package in npm: https://www.npmjs.com/package/winston See this project in Snyk: https://app.snyk.io/org/contentstack-ecosystem/project/42fb6dd6-37ee-4056-b066-b20adfb4ec81?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 929effa..e67e8fa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lodash": "4.17.2", "mkdirp": "0.5.1", "request": "2.88.0", - "winston": "2.2.0", + "winston": "3.8.1", "debug": "4.1.0" }, "main": "app.js",