From 0fb1b0840f3bc30060ce01ce2cc3bfdd225611b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2019 14:21:26 +0100 Subject: [PATCH] chore(deps): bump vue-i18n from 8.11.2 to 8.12.0 in /frontend (#812) Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.11.2 to 8.12.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.11.2...v8.12.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 9a59da4e..60272400 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11562,9 +11562,9 @@ "dev": true }, "vue-i18n": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.11.2.tgz", - "integrity": "sha512-STcpmxqBrG77SyWi7e0Yn/B3DjKR6mSDwYS4F/V7zoi+e/+CPbVb2TaBqFwnrkoDcPmRfjM7nTwsiRQQOGdifw==" + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.12.0.tgz", + "integrity": "sha512-Wh40dvkYZH0CntkhQQEed7nY8P/8xOOHy5Bl9W/WmmmW0oLYIL66XWwOqlcnNbLaL5HGN7XISydYVqXS0Sst9w==" }, "vue-loader": { "version": "15.7.0", diff --git a/frontend/package.json b/frontend/package.json index d191fb8b..a813cc04 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.11.2", + "vue-i18n": "^8.12.0", "vue-router": "^3.0.7", "vuex": "^3.1.1", "vuex-router-sync": "^5.0.0"