diff --git a/package.json b/package.json index 8234e5b2..7c15c2a1 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "msw": "1.2.1", "next": "13.4.12", "next-cookies": "2.0.3", - "next-i18next": "13.3.0", + "next-i18next": "14.0.0", "next-pwa": "5.6.0", "next-safe": "3.4.1", "next-sitemap": "4.1.3", diff --git a/yarn.lock b/yarn.lock index 7d21c206..7c23c158 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9691,7 +9691,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== @@ -11751,16 +11751,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.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-14.0.0.tgz#fd637c81df96c9d6f2cc4716037130ac4e5d6968" + integrity sha512-umv8hOZoSoAA+td3ErfemyO/5Ib2pnYCdQ8/Oy+fncS2skFIL3hHKRer3Oa3Nfm4Xbv5p6DHWzm3NhT1j4tWwg== 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"