Resolve npm vulnerabilities

Ran npm outdated to determine what packages had updates and updated
all packages with a patch or minor release. This will resolve all but
two errors. The remaining errors are in modules used for the
development process only. To see these two vulnerabilities run the
npm audit command.

- Update vue-i18n-loader to use new library as the previous has been
migrated

Testing:
- Ran application locally and tested every page
- Ran documentation and tested locally
- Ran build script and tested on the BMC
- Ran the docs build without any errors

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I7603588bd732167749a403b9f6279a0ad50ccc12
diff --git a/package.json b/package.json
index bd8f11b..f233b31 100644
--- a/package.json
+++ b/package.json
@@ -16,46 +16,46 @@
   "dependencies": {
     "@carbon/icons-vue": "10.19.0",
     "@novnc/novnc": "1.2.0",
-    "axios": "0.19.0",
-    "bootstrap": "4.4.1",
-    "bootstrap-vue": "2.12.0",
-    "core-js": "3.3.2",
-    "date-fns": "2.14.0",
-    "date-fns-tz": "1.0.10",
+    "axios": "0.20.0",
+    "bootstrap": "4.5.3",
+    "bootstrap-vue": "2.18.0",
+    "core-js": "3.6.5",
+    "date-fns": "2.16.1",
+    "date-fns-tz": "1.0.12",
     "js-cookie": "2.2.1",
-    "lodash": "4.17.19",
+    "lodash": "4.17.20",
     "vue": "2.6.12",
-    "vue-i18n": "8.15.3",
-    "vue-router": "3.1.3",
+    "vue-i18n": "8.22.1",
+    "vue-router": "3.4.7",
     "vuelidate": "0.7.5",
     "vuex": "3.5.1",
-    "xterm": "4.6.0",
+    "xterm": "4.9.0",
     "xterm-addon-attach": "0.6.0",
     "xterm-addon-fit": "0.4.0"
   },
   "devDependencies": {
-    "@kazupon/vue-i18n-loader": "0.3.0",
-    "@vue/cli-plugin-babel": "4.0.0",
-    "@vue/cli-plugin-eslint": "4.0.5",
-    "@vue/cli-plugin-router": "4.0.0",
-    "@vue/cli-plugin-unit-jest": "4.3.1",
-    "@vue/cli-plugin-vuex": "4.0.0",
-    "@vue/cli-service": "4.0.0",
+    "@intlify/vue-i18n-loader": "1.0.0",
+    "@vue/cli-plugin-babel": "4.4.6",
+    "@vue/cli-plugin-eslint": "4.4.6",
+    "@vue/cli-plugin-router": "4.4.6",
+    "@vue/cli-plugin-unit-jest": "4.4.6",
+    "@vue/cli-plugin-vuex": "4.4.6",
+    "@vue/cli-service": "4.4.6",
     "@vue/eslint-config-prettier": "5.0.0",
-    "@vue/test-utils": "1.0.0-beta.31",
-    "babel-eslint": "10.0.3",
-    "check-node-version": "4.0.2",
+    "@vue/test-utils": "1.1.0",
+    "babel-eslint": "10.1.0",
+    "check-node-version": "4.0.3",
     "compression-webpack-plugin": "3.0.1",
     "eslint": "5.16.0",
-    "eslint-plugin-prettier": "3.1.1",
+    "eslint-plugin-prettier": "3.1.4",
     "eslint-plugin-vue": "5.0.0",
     "lint-staged": "9.4.2",
     "prettier": "1.18.2",
-    "sass": "1.26.10",
+    "sass": "1.27.0",
     "sass-loader": "8.0.0",
     "vue-cli-plugin-i18n": "0.6.1",
     "vue-template-compiler": "2.6.12",
-    "vuepress": "1.5.1"
+    "vuepress": "1.7.1"
   },
   "engines": {
     "node": ">=12.14.1"