From 2250cf2c4b95d753f5f556df0d016df947e7fdee Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 26 Oct 2018 00:20:37 +0200 Subject: [PATCH] Changed moviedb node package to my own fork (km-tmdb) with updated to vulnerability in the superagent package --- 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 36428ac..2001433 100644 --- a/seasoned_api/package.json +++ b/seasoned_api/package.json @@ -20,7 +20,7 @@ "express": "~4.16.0", "jsonwebtoken": "^8.0.1", "mongoose": "~5.0.11", - "moviedb": "^0.2.10", + "km-moviedb": "^0.2.12", "node-cache": "^4.1.1", "python-shell": "^0.5.0", "request": "^2.85.0",