From 90b8ee005e5a7dd825a86ca754cf65ce757208b4 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 29 Oct 2018 20:49:21 +0100 Subject: [PATCH] Changed moviedb package to my own fork of it. The old package had vulnerabilities and needed updating. --- seasoned_api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seasoned_api/package.json b/seasoned_api/package.json index 59b5ff7..d5a98ac 100644 --- a/seasoned_api/package.json +++ b/seasoned_api/package.json @@ -20,6 +20,7 @@ "cross-env": "~5.1.4", "express": "~4.16.0", "jsonwebtoken": "^8.0.1", + "km-moviedb": "^0.2.13", "mongoose": "~5.0.11", "moviedb": "^0.2.10", "node-cache": "^4.1.1",