From b4e73acf31b4801a6b6e31b2cce7920d47b37aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 16:35:40 +0000 Subject: [PATCH] fix(deps): bump nuxt-i18n from 6.15.4 to 6.16.0 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.15.4 to 6.16.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.15.4...v6.16.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index f591f4d..7dad1b3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@tailwindcss/typography": "^0.3.1", "core-js": "^3.8.0", "nuxt": "^2.14.11", - "nuxt-i18n": "^6.15.4", + "nuxt-i18n": "^6.16.0", "sass": "^1.30.0", "sass-loader": "^10.1.0" }, diff --git a/yarn.lock b/yarn.lock index 23eddf1..4046459 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5486,11 +5486,6 @@ lodash._reinterpolate@^3.0.0: resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= -lodash.clonedeep@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" - integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= - lodash.kebabcase@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36" @@ -6270,10 +6265,10 @@ num2fraction@^1.2.2: resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= -nuxt-i18n@^6.15.4: - version "6.15.4" - resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.15.4.tgz#bcb50a36381055d506042352091bfda3735dbb7c" - integrity sha512-nh01qUl1PHIzrQ86PhOvitkWjW7kbt41fjBxLf277tbqA5LYun4kDmCUhnhs1uocPcvtb2QH/LzJL3hAHQSb8w== +nuxt-i18n@^6.16.0: + version "6.16.0" + resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.16.0.tgz#07d939d771473dfd38795cc7b22f1273b78f8b73" + integrity sha512-DKNcQokMVyobq19vmmicWMwFyRnOZp2Ljd6IlBfN0t/WChDmGlYkzobDSs6MJVpGl8uCHAZfqExMdz+qrjQ58g== dependencies: "@babel/parser" "^7.5.5" "@babel/traverse" "^7.5.5" @@ -6282,7 +6277,7 @@ nuxt-i18n@^6.15.4: cookie "^0.4.0" is-https "^2.0.0" js-cookie "^2.2.1" - lodash.clonedeep "^4.5.0" + klona "^2.0.4" vue-i18n "^8.18.1" nuxt@^2.14.11: