update to latest yang-js/yang-express with protection against POST into a list-item and enforce key conflict checks
diff --git a/package.json b/package.json
index 6c6001b..56664b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "yang-cord",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "description": "YANG model-driven CORD",
   "author": "Peter K. Lee <peter@corenova.com>",
   "license": "Apache-2.0",
@@ -32,8 +32,8 @@
     "minimist": "^1.2.0",
     "node-uuid": "^1.4.7",
     "superagent": "^2.0.0",
-    "yang-express": "^0.3.7",
-    "yang-js": "^0.15.15"
+    "yang-express": "^0.3.9",
+    "yang-js": "^0.15.16"
   },
   "optionalDependencies": {
     "corenova": "^1.0.0"