Locked deps versions

Change-Id: Icb70191c547bd68be9f5c24677c259fc009ea344
diff --git a/mCordPortal/bower.json b/mCordPortal/bower.json
index 6c9aa65..35ddd9a 100644
--- a/mCordPortal/bower.json
+++ b/mCordPortal/bower.json
@@ -17,10 +17,10 @@
     "tests"
   ],
   "dependencies": {
-    "angular-animate": "~1.4.9",
+    "angular-animate": "1.4.9",
     "jquery": "~2.2.0",
-    "angular-resource": "~1.4.9",
-    "angular-cookies": "~1.4.9",
+    "angular-resource": "1.4.9",
+    "angular-cookies": "1.4.9",
     "bootstrap-sass": "~3.3.6",
     "angular-ui-router": "~0.3.0",
     "ngmap": "~1.17.3",
@@ -30,13 +30,13 @@
     "ng-http-cache": "ngHttpCache#~1.0.0",
     "ui.bootstrap": "~1.3.3",
     "ngXosHelpers": "https://raw.githubusercontent.com/open-cloud/xos/master/xos/core/xoslib/static/js/vendor/ngXosHelpers.js",
-    "Datejs": "https://github.com/datejs/Datejs",
     "moment": "~2.13.0",
     "moment-duration-format": "~1.3.0",
-    "Chart.StackedBar.js": "~1.0.3"
+    "Chart.StackedBar.js": "~1.0.3",
+    "angular": "1.4.9"
   },
   "resolutions": {
-    "angular": ">=1.2.0",
+    "angular": "1.4.9",
     "Chart.js": "~2.0.0"
   }
 }
diff --git a/mCordPortal/package.json b/mCordPortal/package.json
index a7af37a..f743e97 100644
--- a/mCordPortal/package.json
+++ b/mCordPortal/package.json
@@ -18,7 +18,7 @@
     "babel-cli": "^6.4.5",
     "babel-plugin-transform-inline-environment-variables": "^6.8.0",
     "babel-preset-es2015": "^6.5.0",
-    "browser-sync": "^2.11.1",
+    "browser-sync": "2.11.1",
     "http-proxy": "^1.12.1",
     "node-sass": "^3.4.2",
     "parallelshell": "^2.0.0",