From 2479379dbdef6d5e3d0f546655078c8a9a2e00d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:42:01 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 718bc27..ea7c179 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@nuxtjs/sitemap": "^2.4.0", "@tailwindcss/typography": "0.4.0", "nuxt": "2.15.3", - "nuxt-i18n": "6.21.0", + "nuxt-i18n": "6.21.1", "prism-themes": "1.6.0", "sass": "1.32.8", "sass-loader": "11.0.1" diff --git a/yarn.lock b/yarn.lock index 95cc69d..6fd3b32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6465,10 +6465,10 @@ num2fraction@^1.2.2: resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= -nuxt-i18n@6.21.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.21.0.tgz#93d17ab7bd3580344ee404889432ef12bc5e9c8e" - integrity sha512-L8MOuhVEbLxPOo6sjUZp6CaKBM+F3vkcGAhcS1+bva3YriJxa3KWPwrb1dvUccXFB46hYw4PnZ7pw8s776CLgg== +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"