From 1026a20cacf09bed58930c7c13db715a78e27301 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 00:29:49 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index e48f83b..4a4105f --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "concurrently": "^3.5.0", "cookie-session": "^1.3.1", "express": "^4.15.4", - "mongoose": "^4.11.9", + "mongoose": "^5.12.3", "nodemon": "^1.11.0", "passport": "^0.4.0", "passport-google-oauth": "^1.0.0",