From 4ce73898e922e680df518ae9b5cb7b7eba8340d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:09:25 +0000 Subject: [PATCH] Bump react-i18next from 15.5.2 to 16.2.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.5.2 to 16.2.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.5.2...v16.2.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1773d10..dd45a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "i18next-browser-languagedetector": "8.1.0", "react": "19.2.0", "react-dom": "19.2.0", - "react-i18next": "15.5.2", + "react-i18next": "16.2.1", "react-router-dom": "7.6.2", "styled-components": "6.1.19" }, @@ -6784,16 +6784,17 @@ } }, "node_modules/react-i18next": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.2.tgz", - "integrity": "sha512-ePODyXgmZQAOYTbZXQn5rRsSBu3Gszo69jxW6aKmlSgxKAI1fOhDwSu6bT4EKHciWPKQ7v7lPrjeiadR6Gi+1A==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.1.tgz", + "integrity": "sha512-z7TVwd8q4AjFo2n7oOwzNusY7xVL4uHykwX1zZRvasUQnmnXlp7Z1FZqXvhK/6hQaCvWTZmZW1bMaUWKowtvVw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.25.0", - "html-parse-stringify": "^3.0.1" + "@babel/runtime": "^7.27.6", + "html-parse-stringify": "^3.0.1", + "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 23.2.3", + "i18next": ">= 25.5.2", "react": ">= 16.8.0", "typescript": "^5" }, @@ -8230,6 +8231,15 @@ "punycode": "^2.1.0" } }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/vite": { "version": "7.1.11", "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", diff --git a/package.json b/package.json index dfe6237..0ba4294 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "i18next-browser-languagedetector": "8.1.0", "react": "19.2.0", "react-dom": "19.2.0", - "react-i18next": "15.5.2", + "react-i18next": "16.2.1", "react-router-dom": "7.6.2", "styled-components": "6.1.19" },