From c4795e067f4229d781f689fae69a8d3388f23f50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 02:30:00 +0000 Subject: [PATCH] fix: backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MPATH-1577289 --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 1d4219d..a11b5fe 100644 --- a/backend/package.json +++ b/backend/package.json @@ -16,7 +16,7 @@ "dependencies": { "app-module-path": "^2.2.0", "bufferutil": "^3.0.0", - "mongoose": "^4.9.4", + "mongoose": "^6.0.4", "python-shell": "^0.4.0", "request": "^2.81.0", "utf-8-validate": "^3.0.1",