From 333c727c7a23a5e692f0eb0008c1c7a19de62ed0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 07:07:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1089718 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb97fe5..21f1739 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "license": "BSD-2-Clause", "dependencies": { "async": "^3.1.0", - "mongoose": "^5.7.5", + "mongoose": "^5.12.3", "restify": "^8.4.0", "restify-errors": "^8.0.1" },