From 65d01303c544dfd6a298a7dbac51c0c676a6b48d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 04:16:47 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.7.0 to 6.7.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.7.0 to 6.7.1. - [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.7.0...v6.7.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb47d0797..f78dd802f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9926,9 +9926,9 @@ } }, "nuxt-i18n": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.7.0.tgz", - "integrity": "sha512-MkVWXVA7t7XxrfBeiDTETu9FYlqD6C21LlEfU/3JNZi0TYhHa5+QTrSXbwFc3WnR/rlEs6SoHAXdxT5yuYOO3g==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.7.1.tgz", + "integrity": "sha512-deEOWOwltUDtBzJPMUpWUClfF5eashP3wG4xiOyj7hUZ+m0q1xeWYPWtT+c8lqsRKg/PtPohuR82PmmfRyETwA==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -14002,9 +14002,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.15.7", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.7.tgz", - "integrity": "sha512-0k6MySMjEe5rejFzWky2JCP0y006RZ0fBHAGGphKolF/l3LaSOaKuNkKRLEev1FL3E1ebInV1jGoNiJm15pc+g==" + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.16.0.tgz", + "integrity": "sha512-cp9JOsx4ETzlCsnD22FE8ZhAmD8kcyNLRKV0DPsS7bBNTCdIlOKuyTGonWKYcGCUtNMtwemDWRBevRm8eevBVg==" }, "vue-i18n-extensions": { "version": "0.2.1", diff --git a/package.json b/package.json index acb1e930a..ff564deee 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "graphql": "^14.6.0", "graphql-language-service-interface": "^2.3.3", "nuxt": "^2.12.1", - "nuxt-i18n": "^6.7.0", + "nuxt-i18n": "^6.7.1", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "v-tooltip": "^2.0.3",