From daf08cd3f72e127eb82189db2206a35126b7c3d9 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 14 Feb 2024 04:40:07 +0000 Subject: [PATCH] Build(deps-dev): bump @nuxtjs/i18n from 8.1.0 to 8.1.1 Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 8.1.0 to 8.1.1. - [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.1.0...v8.1.1) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86a66bd..7294631 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.1.0", + "@nuxtjs/i18n": "^8.1.1", "@pinia-plugin-persistedstate/nuxt": "^1.2.0", "@typescript-eslint/parser": "^7.0.1", "@vue/test-utils": "^2.4.4", diff --git a/yarn.lock b/yarn.lock index 25889f5..d52ff7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2121,10 +2121,10 @@ pathe "^1.1.0" vite-plugin-eslint "^1.8.1" -"@nuxtjs/i18n@^8.1.0": - version "8.1.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/i18n/-/i18n-8.1.0.tgz#f2ae0aa898d482528ce72d4388dd31e778277d47" - integrity sha512-4J3rvqb8TAAwMWgQxU4qzu+61bJBm/4531ISN1dDG498zT4ozpwHC72noAd9h2iV6BpRA4wFASiqFMSMnFBBZQ== +"@nuxtjs/i18n@^8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@nuxtjs/i18n/-/i18n-8.1.1.tgz#b2ba52d75e66ae26cfd1430b006d1fa1fe70ff7b" + integrity sha512-woq2gdXv+soVRc2yeE2pwWODiLnF7fx1eAEXi5Zx+StQDxHegAHTbKX/ZqcsW8VZ3mqlcpzfqN399KCZ9qXJ8g== dependencies: "@intlify/h3" "^0.5.0" "@intlify/shared" "^9.9.0"