From 3a8fcbf4bcd3e8a031d2c325217048a15b1a4aca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 22:06:27 +0100 Subject: [PATCH] chore(deps): bump vue-i18n from 8.13.0 to 8.14.0 in /frontend (#835) Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/kazupon/vue-i18n/releases) - [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md) - [Commits](https://github.com/kazupon/vue-i18n/compare/v8.13.0...v8.14.0) Signed-off-by: dependabot-preview[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3e033caf..691b0529 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11748,9 +11748,9 @@ "dev": true }, "vue-i18n": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.13.0.tgz", - "integrity": "sha512-nVwwh5m7gFtVusbcyR4WLowKcZs1r95yHMNtugwijSw9vGUiSZFt2QHVFJNO9AOXYQeLU8dgnUq7mXSBmzPWIA==" + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.14.0.tgz", + "integrity": "sha512-utI1Rvc8i+fmmUkkKRmHaf4QQ87s7rGVL5ZZLsKvvRzmgaIr1l+GfGxxxRmsZxHpPlgeB8OxoUZ4noqZgDL6xg==" }, "vue-loader": { "version": "15.7.1", diff --git a/frontend/package.json b/frontend/package.json index 33af6c3d..0c900a89 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.13.0", + "vue-i18n": "^8.14.0", "vue-router": "^3.1.2", "vuex": "^3.1.1", "vuex-router-sync": "^5.0.0"