From 3b6249cdf9fe8e713a3f669082f3eb9424020028 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Apr 2021 21:15:33 +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 d56c5c5..1c5fe23 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp-notify": "^2.2.0", "jquery": "^2.2.0", "moment": "^2.12.0", - "mongoose": "^4.3.5", + "mongoose": "^5.12.3", "path": "^0.12.7", "react-bootstrap": "^0.28.2", "request": "^2.67.0",