From eb287eaae4ab5bf72a502707306af6cf25b78966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 19:53:14 +0000 Subject: [PATCH] fix(deps): bump nuxt-i18n from 6.25.0 to 6.26.0 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.25.0 to 6.26.0. - [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.25.0...v6.26.0) 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 1889c18..e7e28fe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nuxtjs/universal-storage": "^0.5.9", "core-js": "^3.10.2", "nuxt": "^2.15.4", - "nuxt-i18n": "^6.25.0", + "nuxt-i18n": "^6.26.0", "prism-themes": "^1.6.0", "sass": "^1.32.11", "windicss": "^2.5.14" diff --git a/yarn.lock b/yarn.lock index 054cf95..1971a2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6431,10 +6431,10 @@ number-is-nan@^1.0.0: resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= -nuxt-i18n@^6.25.0: - version "6.25.0" - resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.25.0.tgz#d5b2c0be368012bd7d691283a38fec38030aa89b" - integrity sha512-x9rVDPnrQyB2TrdLuwkgNGMi+a03Xo7Vp3uXq1c5sCY0AREHGTsVXjLqdJULt2hXofaF2a6I1CLgN6g9+Cv/3g== +nuxt-i18n@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.26.0.tgz#f4853157bc1621aa1155851bcd59e52e50441a08" + integrity sha512-bf/WRr3JhkyxjlHt8NxyGeue+Kw2QsgzzbTXhnK7cRWP2zvlRvtHBo6220jBJrL/L10OzLeImKk+m2GyjgZ70w== dependencies: "@babel/parser" "^7.13.15" "@babel/traverse" "^7.13.15"