From ed03bc372db9e27a7a62413c7bc3eef0787ed91d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2020 00:38:41 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.8.0 to 6.8.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.8.0 to 6.8.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.8.0...v6.8.1) 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 2fa36d89e..38437887e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9965,9 +9965,9 @@ } }, "nuxt-i18n": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.8.0.tgz", - "integrity": "sha512-vAJiXPuVuI1CO4MqP0hKTLuKE8geLqtfFSOM1wVBFJ9dqfu/SHcQsiv9/cGIxPPO4v4MhQNMVfTiajZZPjV7eg==", + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.8.1.tgz", + "integrity": "sha512-+Vx12J5k63EwsOdTbVUI87kW2JexcAJwEMG8pl4DMrKQX7huwU2CGkzc77h/NRbbZtEvrp9aBQNmvxsHW9C+aw==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", diff --git a/package.json b/package.json index e21ff1822..f2b341ce2 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.2", - "nuxt-i18n": "^6.8.0", + "nuxt-i18n": "^6.8.1", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "v-tooltip": "^2.0.3",