From 012b61ae8e6114ed5d57adecd0caf25df99f58cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 17:27:44 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.8.1 to 6.9.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.8.1 to 6.9.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.1...v6.9.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e8f937de..c25789b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1628,9 +1628,9 @@ } }, "@intlify/vue-i18n-loader": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@intlify/vue-i18n-loader/-/vue-i18n-loader-0.6.1.tgz", - "integrity": "sha512-PyBeKrIxNQmnHq/hYGMneVIQAlGTWsFu92SMD5Noyi3GcHJvDpnthWTuRUBAsY4WqQ7RYLCnrngqCrUY5tNZtg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@intlify/vue-i18n-loader/-/vue-i18n-loader-1.0.0.tgz", + "integrity": "sha512-y7LlpKEQ01u7Yq14l4VNlbFYEHMmSEH1QXXASOMWspj9ZcIdCebhhvHCHqk5Oy5Epw3PtoxyRJNpb6Wle5udgA==", "requires": { "js-yaml": "^3.13.1", "json5": "^2.1.1" @@ -9496,13 +9496,13 @@ } }, "nuxt-i18n": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.8.1.tgz", - "integrity": "sha512-+Vx12J5k63EwsOdTbVUI87kW2JexcAJwEMG8pl4DMrKQX7huwU2CGkzc77h/NRbbZtEvrp9aBQNmvxsHW9C+aw==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.9.1.tgz", + "integrity": "sha512-SWxLrWnOHVmO7HDL8wfRppEtQrjzQuUQDRE3nNjKccxUHvXJj7NmycPdWi78LLEFMHY+TKfTxuMgBfIZ2LIG2A==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", - "@intlify/vue-i18n-loader": "^0.6.1", + "@intlify/vue-i18n-loader": "^1.0.0", "cookie": "^0.4.0", "is-https": "^1.0.0", "js-cookie": "^2.2.1", @@ -13630,9 +13630,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.16.0.tgz", - "integrity": "sha512-cp9JOsx4ETzlCsnD22FE8ZhAmD8kcyNLRKV0DPsS7bBNTCdIlOKuyTGonWKYcGCUtNMtwemDWRBevRm8eevBVg==" + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.17.1.tgz", + "integrity": "sha512-S5pB4aS4M9/eL7W6+dPjRZQwOerIgmuzGVrer5EhZaDpJG2FvZ1lAlkc5fmYVwebdeqhfXffioOjy974y+o4jw==" }, "vue-i18n-extensions": { "version": "0.2.1", diff --git a/package.json b/package.json index 9b198e5f7..03b552558 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.1", + "nuxt-i18n": "^6.9.1", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "v-tooltip": "^2.0.3",