From 44edb97ca4c17e9a8b3e3af771d2258e83ae3e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 23:03:30 +0000 Subject: [PATCH] fix(deps): bump nuxt-i18n from 6.20.0 to 6.20.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.20.0 to 6.20.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.20.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 a70a2808..2792b90e 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.20.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 d15b4db0..7dacb1a9 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.20.1: + version "6.20.1" + resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.20.1.tgz#a4247315d835e0d24cca162a5794fdc779d1a7d6" + integrity sha512-ZI0WsuxroqULJ0BcbR+PXY7nZJ/vUcaUeCz9AxDjoHNzWAJQdlgsdhmdD1V+u5GtDSMqUkDp3gI+dLQ2n7eOjg== dependencies: "@babel/parser" "^7.5.5" "@babel/traverse" "^7.5.5"