From a43ccd4f1b41bd2cf5c5afa90a52145db025e10c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:53:15 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a4f2355..5c88ea0 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "lodash": "^4.17.3", "lowdb": "^0.14.0", "uuid": "^3.0.1", - "winston": "^2.3.0", + "winston": "^3.3.0", "http-auth":"^3.2.3", "shortid": "^2.2.8", - "mongoose": "^4.13.1" + "mongoose": "^5.7.3" }, "engines": { "node": "8.x"