Adjusted dependencies
diff --git a/package.json b/package.json
index 1ab294b..40f26d7 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "version": "0.0.0",
   "license": "EPL",
   "angular-cli": {},
-  "scripts": { 
+  "scripts": {
     "ng": "ng",
     "start": "ng serve --sourcemap --proxy-config proxy.conf.json --port 4201",
     "build": "ng build",
@@ -17,12 +17,12 @@
   },
   "private": true,
   "dependencies": {
-    "@angular/animations": "^4.0.0",
-    "@angular/common": "^4.0.0",
-    "@angular/compiler": "^4.0.0",
-    "@angular/core": "^4.0.0",
-    "@angular/forms": "^4.0.0",
-    "@angular/http": "^4.0.0",
+    "@angular/animations": "4.0.0",
+    "@angular/common": "4.0.0",
+    "@angular/compiler": "4.0.0",
+    "@angular/core": "4.0.0",
+    "@angular/forms": "4.0.0",
+    "@angular/http": "4.0.0",
     "@angular/material": "2.0.0-beta.2",
     "@angular/platform-browser": "^4.0.0",
     "@angular/platform-browser-dynamic": "^4.0.0",
@@ -36,7 +36,7 @@
     "font-awesome": "^4.7.0",
     "jquery": "^3.1.1",
     "mdn-polyfills": "^2.1.1",
-    "moment": "^2.18.1",
+    "moment": "2.24.0",
     "ng2-daterangepicker": "^2.0.3",
     "rxjs": "^5.1.0",
     "web-animations-js": "^2.2.2",