From 4eaa60b0445d22e977cafeab12b6e7d95c0294f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Dec 2018 03:19:03 +0000 Subject: [PATCH] fix: seasoned_api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MPATH-72672 --- seasoned_api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seasoned_api/package.json b/seasoned_api/package.json index 2001433..a1e7f03 100644 --- a/seasoned_api/package.json +++ b/seasoned_api/package.json @@ -19,7 +19,7 @@ "cross-env": "~5.1.4", "express": "~4.16.0", "jsonwebtoken": "^8.0.1", - "mongoose": "~5.0.11", + "mongoose": "~5.2.12", "km-moviedb": "^0.2.12", "node-cache": "^4.1.1", "python-shell": "^0.5.0",