From 4d147dd249cfec9b72fb75215e577ac9bb18da73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 11:17:32 +0000 Subject: [PATCH] chore(deps): bump vue-i18n from 8.15.1 to 8.15.2 in /frontend Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.15.1 to 8.15.2. - [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.15.1...v8.15.2) 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 e7eb9e44..34dc51a2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12488,9 +12488,9 @@ "dev": true }, "vue-i18n": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.1.tgz", - "integrity": "sha512-GBbz8qYCu0U2LNu4IcuFLZiuyninG4k26knvhL7GZG5Ncp4RR2VKDEH6g8gQ6I+UUBCvH2MBQVPSdxWe4DBkPw==" + "version": "8.15.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.2.tgz", + "integrity": "sha512-L/KJOjJoy4Hi7lz5UUTW3cdzq9KjdLfEviOFa3U/SBeGumngvlZkxXQyK1UngQlmkjsdAN1ZB24KD7r8qnET6A==" }, "vue-loader": { "version": "15.7.1", diff --git a/frontend/package.json b/frontend/package.json index e812dbf5..71484f8a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "noty": "^3.2.0-beta", "qrcode.vue": "^1.7.0", "vue": "^2.6.10", - "vue-i18n": "^8.15.1", + "vue-i18n": "^8.15.2", "vue-router": "^3.1.3", "vuex": "^3.1.2", "vuex-router-sync": "^5.0.0"