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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-04 00:38:41 +00:00
committed by GitHub
parent ecc2d70c3c
commit ed03bc372d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9965,9 +9965,9 @@
} }
}, },
"nuxt-i18n": { "nuxt-i18n": {
"version": "6.8.0", "version": "6.8.1",
"resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.8.0.tgz", "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.8.1.tgz",
"integrity": "sha512-vAJiXPuVuI1CO4MqP0hKTLuKE8geLqtfFSOM1wVBFJ9dqfu/SHcQsiv9/cGIxPPO4v4MhQNMVfTiajZZPjV7eg==", "integrity": "sha512-+Vx12J5k63EwsOdTbVUI87kW2JexcAJwEMG8pl4DMrKQX7huwU2CGkzc77h/NRbbZtEvrp9aBQNmvxsHW9C+aw==",
"requires": { "requires": {
"@babel/parser": "^7.5.5", "@babel/parser": "^7.5.5",
"@babel/traverse": "^7.5.5", "@babel/traverse": "^7.5.5",

View File

@@ -41,7 +41,7 @@
"graphql": "^14.6.0", "graphql": "^14.6.0",
"graphql-language-service-interface": "^2.3.3", "graphql-language-service-interface": "^2.3.3",
"nuxt": "^2.12.2", "nuxt": "^2.12.2",
"nuxt-i18n": "^6.8.0", "nuxt-i18n": "^6.8.1",
"paho-mqtt": "^1.1.0", "paho-mqtt": "^1.1.0",
"socket.io-client": "^2.3.0", "socket.io-client": "^2.3.0",
"v-tooltip": "^2.0.3", "v-tooltip": "^2.0.3",