From 7aab88f6db4073e56123f05658c3a82efe3a1dc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:04:56 +0000 Subject: [PATCH] fix(deps): update dependency next-i18next to v14 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 97847fb6..dadb7505 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "msw": "1.2.5", "next": "13.4.19", "next-cookies": "2.0.3", - "next-i18next": "13.3.0", + "next-i18next": "14.0.2", "next-pwa": "5.6.0", "next-safe": "3.4.1", "next-sitemap": "4.2.2", diff --git a/yarn.lock b/yarn.lock index cf76dd5e..5f11e94f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9805,7 +9805,7 @@ husky@8.0.3: resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== -i18next-fs-backend@^2.1.1: +i18next-fs-backend@^2.1.5: version "2.1.5" resolved "https://registry.yarnpkg.com/i18next-fs-backend/-/i18next-fs-backend-2.1.5.tgz#03347eacde6a35b599da1889a048ae63bcf0c687" integrity sha512-7fgSH8nVhXSBYPHR/W3tEXXhcnwHwNiND4Dfx9knzPzdsWTUTL/TdDVV+DY0dL0asHKLbdoJaXS4LdVW6R8MVQ== @@ -11992,16 +11992,16 @@ next-cookies@2.0.3: dependencies: universal-cookie "^4.0.2" -next-i18next@13.3.0: - version "13.3.0" - resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-13.3.0.tgz#81575b0e17a94efa97319c1e697af893a4cea174" - integrity sha512-X4kgi51BCOoGdKbv87eZ8OU7ICQDg5IP+T5fNjqDY3os9ea0OKTY4YpAiVFiwcI9XimcUmSPbKO4a9jFUyYSgg== +next-i18next@14.0.2: + version "14.0.2" + resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-14.0.2.tgz#684a715abb9ea23ba704c11a83f2383a9da53929" + integrity sha512-IK4IPQU7GvWMjJ400HBxmGEKiyPBRR4wn2fUdhP1va58bJH0pFxD0iMDFRYYZ/clQmHYBFo594+HAZFfH/fmTg== dependencies: "@babel/runtime" "^7.20.13" "@types/hoist-non-react-statics" "^3.3.1" core-js "^3" hoist-non-react-statics "^3.3.2" - i18next-fs-backend "^2.1.1" + i18next-fs-backend "^2.1.5" next-pwa@5.6.0: version "5.6.0"