From ceb9eafe277a6bafc10cbb4ef3e3c125a317773a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 01:20:04 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.9.1 to 6.9.2 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.9.1 to 6.9.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.9.1...v6.9.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 459344fde..b63a65643 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9494,9 +9494,9 @@ } }, "nuxt-i18n": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.9.1.tgz", - "integrity": "sha512-SWxLrWnOHVmO7HDL8wfRppEtQrjzQuUQDRE3nNjKccxUHvXJj7NmycPdWi78LLEFMHY+TKfTxuMgBfIZ2LIG2A==", + "version": "6.9.2", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.9.2.tgz", + "integrity": "sha512-OTf75IagoTHIC9b4sOfnzFCBv/YP+GuZTq9Yo70qKDn+9TRXzXQSkEzJJdqujJbRq9l3yjTYUWRbcrmp5ZeyrA==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -9504,7 +9504,7 @@ "cookie": "^0.4.0", "is-https": "^1.0.0", "js-cookie": "^2.2.1", - "vue-i18n": "^8.12.0", + "vue-i18n": "8.16.0", "vue-i18n-extensions": "^0.2.1" } }, @@ -13633,9 +13633,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.17.1.tgz", - "integrity": "sha512-S5pB4aS4M9/eL7W6+dPjRZQwOerIgmuzGVrer5EhZaDpJG2FvZ1lAlkc5fmYVwebdeqhfXffioOjy974y+o4jw==" + "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 7b0ac8d05..2d6b5f242 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.9.1", + "nuxt-i18n": "^6.9.2", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",