Run "npm update"

Ran "npm outdated" and noticed we had a lot of outdated packages.
Ran "npm update" and then tested.

Tested: Launched the dev server and pointed at a Witherspoon.
        Built the webui and loaded it on a Witherspoon. Did not
        obverse any regressions.
Change-Id: If36efef006f54988a27b897778abd8b45372eb21
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/package.json b/package.json
index acc9b39..7382335 100644
--- a/package.json
+++ b/package.json
@@ -28,22 +28,22 @@
     "node"
   ],
   "dependencies": {
-    "angular": "^1.7.3",
-    "angular-animate": "^1.7.3",
+    "angular": "^1.7.5",
+    "angular-animate": "^1.7.5",
     "angular-clipboard": "^1.6.2",
-    "angular-cookies": "^1.7.3",
-    "angular-route": "^1.7.3",
-    "angular-sanitize": "^1.7.3",
+    "angular-cookies": "^1.7.5",
+    "angular-route": "^1.7.5",
+    "angular-sanitize": "^1.7.5",
     "angular-ui-bootstrap": "^2.5.0",
     "angular-ui-router": "^1.0.20",
     "angular-websocket": "^2.0.1",
-    "bootstrap": "^4.1.3",
-    "xterm": "^3.7.0"
+    "bootstrap": "^4.2.1",
+    "xterm": "^3.10.1"
   },
   "peerDependencies": {},
   "devDependencies": {
-    "@babel/core": "^7.0.0",
-    "@babel/preset-env": "^7.0.0",
+    "@babel/core": "^7.2.2",
+    "@babel/preset-env": "^7.2.3",
     "angular-mocks": "1.7.3",
     "assets-webpack-plugin": "3.9.6",
     "autoprefixer": "9.1.5",
@@ -58,21 +58,21 @@
     "file-loader": "2.0.0",
     "filter-chunk-webpack-plugin": "^2.1.0",
     "html-loader": "^0.5.5",
-    "html-minifier": "^3.5.20",
+    "html-minifier": "^3.5.21",
     "html-webpack-inline-source-plugin": "0.0.10",
     "html-webpack-plugin": "^3.2.0",
     "ignore-assets-webpack-plugin": "^2.0.1",
-    "mini-css-extract-plugin": "^0.4.2",
-    "node-sass": "^4.9.3",
+    "mini-css-extract-plugin": "^0.4.5",
+    "node-sass": "^4.11.0",
     "null-loader": "^0.1.1",
     "raw-loader": "^0.5.1",
-    "rimraf": "^2.5.1",
+    "rimraf": "^2.6.3",
     "sass-loader": "^7.1.0",
-    "style-loader": "^0.23.0",
+    "style-loader": "^0.23.1",
     "svg-inline-loader": "^0.8.0",
     "uglifyjs-webpack-plugin": "^1.3.0",
-    "webpack": "^4.17.2",
-    "webpack-cli": "^3.1.0",
+    "webpack": "^4.28.3",
+    "webpack-cli": "^3.2.1",
     "webpack-dev-server": "^3.1.11"
   },
   "license": "MIT",