From 7f9fd991f48ff58e2560cdbc0a2faa0beeaf613c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:22:50 +0000 Subject: [PATCH] fix(deps): bump nuxt-i18n from 6.21.0 to 6.21.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.21.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.21.0...v6.21.1) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5af5762f653..6fdc15a28f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13634,9 +13634,9 @@ } }, "nuxt-i18n": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.21.0.tgz", - "integrity": "sha512-L8MOuhVEbLxPOo6sjUZp6CaKBM+F3vkcGAhcS1+bva3YriJxa3KWPwrb1dvUccXFB46hYw4PnZ7pw8s776CLgg==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.21.1.tgz", + "integrity": "sha512-zjqqUMJgIDDxrJDO5Ot3s8F1y71A4otTyGyf/RmQHptfY1HpvqwFx8087p5vUOI9XoRsGHSYB4n4wcMxurw+qA==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -18962,9 +18962,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.24.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.0.tgz", - "integrity": "sha512-tRVmPN36Dv+fLeZW5AzoNsZwjV2y2+UdHROaTewUgSG2YLjOj4dFmai4T5PPZtIdRnDnUdwbAwdufCG6fPSegA==" + "version": "8.24.1", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.1.tgz", + "integrity": "sha512-iqM+npjvI9SGOAYkw1Od/y4O74gpvn5WOHeb3K125TmDJssvR62tDMMLIasPmKNbePZ1BMZ6d5jOBsrB/cK8Lw==" }, "vue-jest": { "version": "3.0.7", diff --git a/package.json b/package.json index ce3b87cc211..e0b9626c57a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lodash": "^4.17.20", "mux.js": "^5.10.0", "nuxt": "^2.15.3", - "nuxt-i18n": "^6.21.0", + "nuxt-i18n": "^6.21.1", "nuxt-vuex-localstorage": "^1.2.7", "qs": "^6.9.6", "shaka-player": "^3.0.8",