From f72463ade37793b0e366edc44f35277127cc73fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:18:42 +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 4409810..44a8b53 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", "morgan": "1.9.1", - "winston": "3.1.0" + "winston": "3.3.0" }, "devDependencies": { "@babel/cli": "7.0.0",