From 11ad8e05131499c8e724a008415ecadcf9d21cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 30 Jan 2019 11:28:48 +0000 Subject: [PATCH] chore(deps): bump vue-i18n from 8.7.0 to 8.8.0 Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.7.0 to 8.8.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.7.0...v8.8.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f25976..17c6f99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10621,9 +10621,9 @@ "dev": true }, "vue-i18n": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.7.0.tgz", - "integrity": "sha512-qey+OyZSUIje0xJW8HZrvpIss1jW8yBBRe+0QlUn7HENU31m/+Med/u4pcwjoeCaErHU9WMscBEhqK5aAvvEEQ==" + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.8.0.tgz", + "integrity": "sha512-1sRCZuTQYfM3LyG3avRI97mIFYYeflgSRLliP29cPLZkZDif4XK8iMmIGxZM6jQwACaEhKKEmzz7fzA8aW7iCg==" }, "vue-loader": { "version": "15.5.1", diff --git a/package.json b/package.json index 38cd3ee..d1c982f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "normalize.css": "^8.0.1", "noty": "^3.2.0-beta", "vue": "^2.5.22", - "vue-i18n": "^8.7.0", + "vue-i18n": "^8.8.0", "vue-router": "^3.0.2", "vuex": "^3.1.0", "vuex-router-sync": "^5.0.0"