From bd7222a23ec8078c21d44ef929963d92b28f3bee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:06:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2918ea9..bf1123c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "mysql2": "^1.5.1", "nodemailer": "6.4.16", - "winston": "2.4.0" + "winston": "3.3.0" }, "devDependencies": { "babel-cli": "^6.26.0",