From 5ddfd7d9bfb4f6a5e80a2459917b187e5bc75875 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 7 Feb 2024 04:42:12 +0000 Subject: [PATCH] Build(deps-dev): bump @nuxtjs/i18n from 8.0.1 to 8.0.2 Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/nuxt-community/i18n-module/releases) - [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/i18n-module/compare/v8.0.1...v8.0.2) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 10efed0..02c8749 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nuxt/devtools": "^1.0.8", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/eslint-module": "^4.1.0", - "@nuxtjs/i18n": "^8.0.1", + "@nuxtjs/i18n": "^8.0.2", "@pinia-plugin-persistedstate/nuxt": "^1.2.0", "@typescript-eslint/parser": "^6.21.0", "@vue/test-utils": "^2.4.4", diff --git a/yarn.lock b/yarn.lock index 571e6cf..f6c439f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2168,10 +2168,10 @@ pathe "^1.1.0" vite-plugin-eslint "^1.8.1" -"@nuxtjs/i18n@^8.0.1": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@nuxtjs/i18n/-/i18n-8.0.1.tgz#a40c66d4e3a4a83d69bf9023261d0d120c512646" - integrity sha512-h1IBAY/sdGYHEud/HrL28tx632wteggQ1hFWO+XBj/5xBAVfgSYjcaB3bWtB6KNXYktojWOifW0QIis5lfx7UQ== +"@nuxtjs/i18n@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@nuxtjs/i18n/-/i18n-8.0.2.tgz#dab84669ec2bb0b83f658fc9b3ac8895a5be252b" + integrity sha512-cIZc6PvSjSJ15FTol6XT8AV9jwF8OKu5pmPje/wsQeG41phQAqEGcLwv+3hrhZgBZhQ3k9w/asWl/uTWGqTgFw== dependencies: "@intlify/h3" "^0.5.0" "@intlify/shared" "^9.9.0"