From 2a9f17b5f62b4fbed03c9fe668a6605a2e45e79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:32:29 +0000 Subject: [PATCH] fix(deps): bump nuxt-i18n from 6.20.0 to 6.21.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.20.0 to 6.21.1. - [Release notes](https://github.com/nuxt-community/i18n-module/releases) - [Changelog](https://github.com/nuxt-community/i18n-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/i18n-module/compare/v6.20.0...v6.21.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a70a280876a..2245628c8d4 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lodash": "^4.17.20", "mux.js": "^5.9.1", "nuxt": "^2.14.12", - "nuxt-i18n": "^6.20.0", + "nuxt-i18n": "^6.21.1", "nuxt-vuex-localstorage": "^1.2.7", "qs": "^6.9.6", "shaka-player": "^3.0.8", diff --git a/yarn.lock b/yarn.lock index d15b4db03e5..e704b128217 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10050,10 +10050,10 @@ num2fraction@^1.2.2: resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= -nuxt-i18n@^6.20.0: - version "6.20.0" - resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.20.0.tgz#09d7839c56b2f4eec6b37e55ee7be0b0d18563d4" - integrity sha512-R6NrAskfaaUvs7xAvApZ+Piakqx3x50EAF5wOsxQZLc2Yx2/pN0C3sktxlFhrf0lr9lD1F9WhgUwz3GJV1ul3A== +nuxt-i18n@^6.21.1: + version "6.21.1" + resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.21.1.tgz#a69d581a870b8eac1d5b2f8812b92a41fbe29708" + integrity sha512-zjqqUMJgIDDxrJDO5Ot3s8F1y71A4otTyGyf/RmQHptfY1HpvqwFx8087p5vUOI9XoRsGHSYB4n4wcMxurw+qA== dependencies: "@babel/parser" "^7.5.5" "@babel/traverse" "^7.5.5" @@ -10063,7 +10063,7 @@ nuxt-i18n@^6.20.0: is-https "^3.0.0" js-cookie "^2.2.1" klona "^2.0.4" - vue-i18n "^8.18.1" + vue-i18n "^8.23.0" nuxt-vuex-localstorage@^1.2.7: version "1.2.7" @@ -14138,10 +14138,10 @@ vue-hot-reload-api@^2.3.0: resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== -vue-i18n@^8.18.1: - version "8.22.3" - resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.22.3.tgz#4ac0fdc3e71d4fe188938c40a9ffca32cde60732" - integrity sha512-Vhyx7sZEmmW/aZLkzSlXei08Rv3hTondx4J9wbOjnThocTIK1QiXV6QRdT4BTnhT24JixDSf6kGkxqCXSaJ3Jw== +vue-i18n@^8.23.0: + version "8.24.1" + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.1.tgz#c3582bd61bb3a978f00c75e1ac850efc89b3916f" + integrity sha512-iqM+npjvI9SGOAYkw1Od/y4O74gpvn5WOHeb3K125TmDJssvR62tDMMLIasPmKNbePZ1BMZ6d5jOBsrB/cK8Lw== vue-jest@^3.0.7: version "3.0.7"