From a2790855262032d89e810308c3c31223d3a798aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 02:28:02 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.5.0 to 6.6.0 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/nuxt-community/nuxt-i18n/releases) - [Changelog](https://github.com/nuxt-community/nuxt-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/nuxt-i18n/compare/v6.5.0...v6.6.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b45d3a7b..3484415c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1209,10 +1209,10 @@ "@hapi/hoek": "^8.3.0" } }, - "@kazupon/vue-i18n-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@kazupon/vue-i18n-loader/-/vue-i18n-loader-0.5.0.tgz", - "integrity": "sha512-Tp2mXKemf9/RBhI9CW14JjR9oKjL2KH7tV6S0eKEjIBuQBAOFNuPJu3ouacmz9hgoXbNp+nusw3MVQmxZWFR9g==", + "@intlify/vue-i18n-loader": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@intlify/vue-i18n-loader/-/vue-i18n-loader-0.6.1.tgz", + "integrity": "sha512-PyBeKrIxNQmnHq/hYGMneVIQAlGTWsFu92SMD5Noyi3GcHJvDpnthWTuRUBAsY4WqQ7RYLCnrngqCrUY5tNZtg==", "requires": { "js-yaml": "^3.13.1", "json5": "^2.1.1" @@ -8703,13 +8703,13 @@ } }, "nuxt-i18n": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.5.0.tgz", - "integrity": "sha512-JNg5rJl/8/b5ruX1ZXPHGk2hXFFefaSgUgg19vaNPMpSWt4UqP2X47ShSv6UdRvUw8TZvcDjDBieZsyfsx+GEg==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.6.0.tgz", + "integrity": "sha512-EIqCJXdnV+wU9Z/+wtPtNOOWPirAvFZ2nnOzI0ja86TfaZuUv2xxQ4Tj42GpMHBBh9CVnOCY5WseclXSz5O2iQ==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", - "@kazupon/vue-i18n-loader": "^0.5.0", + "@intlify/vue-i18n-loader": "^0.6.1", "cookie": "^0.4.0", "is-https": "^1.0.0", "js-cookie": "^2.2.1", @@ -12678,9 +12678,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.15.3", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.3.tgz", - "integrity": "sha512-PVNgo6yhOmacZVFjSapZ314oewwLyXHjJwAqjnaPN1GJAJd/dvsrShGzSiJuCX4Hc36G4epJvNXUwO8y7wEKew==" + "version": "8.15.4", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.4.tgz", + "integrity": "sha512-brhbJRB/gyWlroAhQZU0TNTQzNonbkHmzH4HlJzs7c+DsVIhB5OlRHg3zAl+85kkT8mpxzvBE6Bm1slqnRRmsg==" }, "vue-i18n-extensions": { "version": "0.2.1", diff --git a/package.json b/package.json index 62267080f..26759ed05 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "graphql": "^14.6.0", "graphql-language-service-interface": "^2.3.3", "nuxt": "^2.11.0", - "nuxt-i18n": "^6.5.0", + "nuxt-i18n": "^6.6.0", "v-tooltip": "^2.0.3", "vue-virtual-scroll-list": "^1.4.6", "vuefire": "^2.2.1",