From be3e09e69e79906775fa33a2795eb040437cf2ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:04:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KERBEROS-568900 - https://snyk.io/vuln/SNYK-JS-MQUERY-1050858 - https://snyk.io/vuln/SNYK-JS-MQUERY-1089718 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f309f90..f20a572 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "dependencies": { "redis": "^0.12.1", "moment": "*", - "winston": "^0.7.3", + "winston": "^0.8.0", "async": "^0.9.0", - "mongoose": "^3.8.15", + "mongoose": "^5.12.3", "lodash": "^2.4.1", "bencode": "^0.6.0", "elasticsearch": "^2.4.3"