From 492bc9564ad4d56598708cc31154207265931e57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 01:55:40 +0000 Subject: [PATCH] fix: upgrade winston from 3.3.3 to 3.13.0 Snyk has created this PR to upgrade winston from 3.3.3 to 3.13.0. See this package in npm: winston See this project in Snyk: https://app.snyk.io/org/elenore23/project/c254aa0e-88ac-4d1d-af77-94687301222e?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 7191b11..181a025 100644 --- a/example/package.json +++ b/example/package.json @@ -17,6 +17,6 @@ "express-validator": "6.6.1", "swagger-ui-express": "4.1.4", "web3": "1.3.0", - "winston": "3.3.3" + "winston": "3.13.0" } }