diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 594be837..3e033caf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11748,9 +11748,9 @@ "dev": true }, "vue-i18n": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.12.0.tgz", - "integrity": "sha512-Wh40dvkYZH0CntkhQQEed7nY8P/8xOOHy5Bl9W/WmmmW0oLYIL66XWwOqlcnNbLaL5HGN7XISydYVqXS0Sst9w==" + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.13.0.tgz", + "integrity": "sha512-nVwwh5m7gFtVusbcyR4WLowKcZs1r95yHMNtugwijSw9vGUiSZFt2QHVFJNO9AOXYQeLU8dgnUq7mXSBmzPWIA==" }, "vue-loader": { "version": "15.7.1", diff --git a/frontend/package.json b/frontend/package.json index 8e561061..33af6c3d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "noty": "^3.2.0-beta", "qrcode.vue": "^1.6.2", "vue": "^2.6.10", - "vue-i18n": "^8.12.0", + "vue-i18n": "^8.13.0", "vue-router": "^3.1.2", "vuex": "^3.1.1", "vuex-router-sync": "^5.0.0"