From 9919904c978a2cd064488f38e5e7eb6d3ec43685 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 06:48:53 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.7.1 to 6.7.2 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.7.1 to 6.7.2. - [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.1...v6.7.2) Signed-off-by: dependabot-preview[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 309c1e4b8..27e918ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9983,9 +9983,9 @@ } }, "nuxt-i18n": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.7.1.tgz", - "integrity": "sha512-deEOWOwltUDtBzJPMUpWUClfF5eashP3wG4xiOyj7hUZ+m0q1xeWYPWtT+c8lqsRKg/PtPohuR82PmmfRyETwA==", + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.7.2.tgz", + "integrity": "sha512-A1olNJuumr8r6o5C8hV9hgJO7KG4AEx9m2Cn/8dKNi1VHQCCx0DcGlTS6B9mgenpqmpBBbB09OWcOrrA9wJI9Q==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", diff --git a/package.json b/package.json index 8c33128c7..bc2556e4d 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.1", + "nuxt-i18n": "^6.7.2", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "v-tooltip": "^2.0.3",