Fix: Resolve Content Security Policy issue in vue-i18n

The web page stopped loading due to a Content Security Policy violation
error caused by the use of the "new Function" construct in vue-i18n
version 9.13.1. Upgrading to vue-i18n version 10.0.5 resolves this issue

Change-Id: I57fa72a4ee8edc282a122e42358a77e254c7943f
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
diff --git a/package.json b/package.json
index f80e620..0ca4307 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
         "js-cookie": "3.0.1",
         "lodash": "4.17.21",
         "vue": "3.4.29",
-        "vue-i18n": "9.13.1",
+        "vue-i18n": "10.0.5",
         "vue-loader": "17.4.2",
         "vue-router": "4.4.0",
         "vuelidate": "0.7.7",
@@ -42,7 +42,6 @@
         "xterm-addon-fit": "0.5.0"
     },
     "devDependencies": {
-        "@intlify/vue-i18n-loader": "4.2.0",
         "@vue/cli-plugin-babel": "5.0.8",
         "@vue/cli-plugin-eslint": "5.0.8",
         "@vue/cli-plugin-router": "5.0.8",
@@ -66,7 +65,6 @@
         "prettier": "3.2.5",
         "sass": "1.75.0",
         "sass-loader": "14.2.1",
-        "vue-cli-plugin-i18n": "2.3.1",
         "vue-style-loader": "4.1.3",
         "vue-svg-inline-loader": "2.1.5",
         "vuepress": "1.9.7"