upgrading outdated libs
diff --git a/package.json b/package.json
deleted file mode 100644
index 6214f12..0000000
--- a/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "name": "cloudantTrigger",
-  "version": "0.0.1",
-  "private": true,
-  "scripts": {
-    "start": "node app.js"
-  },
-  "dependencies": {
-    "body-parser": "^1.12.0",
-    "express": "^4.12.2",
-    "winston": "^2.1.1",
-    "moment": "^2.11.1",
-    "lodash": "^3.10.1",
-    "request": "^2.83.0",
-    "@cloudant/cloudant": "3.0.0",
-    "json-stringify-safe": "^5.0.1",
-    "http-status-codes": "^1.0.5",
-    "request-promise": "^1.0.2",
-    "redis": "^2.7.1",
-    "bluebird": "^3.5.0",
-    "systeminformation": "^3.19.0"
-  }
-}
diff --git a/provider/package.json b/provider/package.json
index 335698b..4d665d0 100644
--- a/provider/package.json
+++ b/provider/package.json
@@ -16,7 +16,7 @@
     "express": "^4.12.2",
     "http-status-codes": "^1.0.5",
     "json-stringify-safe": "^5.0.1",
-    "lodash": "^3.10.1",
+    "lodash": ">=4.17.5",
     "moment": "^2.11.1",
     "redis": "^2.7.1",
     "request": "^2.83.0",