diff --git a/package-lock.json b/package-lock.json index 8737699..504f081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-dom": "^19.2.5", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.75.0", - "react-i18next": "^17.0.6", + "react-i18next": "^17.0.7", "react-is": "^19.2.5" }, "devDependencies": { @@ -9788,9 +9788,9 @@ } }, "node_modules/i18next": { - "version": "26.0.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.8.tgz", - "integrity": "sha512-BRzLom0mhDhV9v0QhgUUHWQJuwFmnr1194xEcNLYD6ym8y8s542n4jXUvRLnhNTbh9PmpU6kGZamyuGHQMsGjw==", + "version": "26.1.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.1.0.tgz", + "integrity": "sha512-dIU6td04DvQuIqVst5S9g0GviTmhZ0DYD4b9ociVGJmuCa5vZ2de/t+Enf4olvj87mF8Y2lwjNQBwC9QZsvzKQ==", "funding": [ { "type": "individual", @@ -13262,9 +13262,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.6.tgz", - "integrity": "sha512-WzJ6SMKF+GTD7JZZqxSR1AKKmXjaSu39sClUrNlwxS4Tl7a99O+ltFy6yhPMO+wgZuxpQjJ2PZkfrQKmAqrLhw==", + "version": "17.0.7", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.7.tgz", + "integrity": "sha512-rwtPXsb/zwzDafN+gytcjF5YnqGQQIRmCQ6DctBC1VSipRB8GD/MWEVrFP42vjMyuYydxWxM8CZRt+yiNuuoHg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -13272,7 +13272,7 @@ "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 26.0.1", + "i18next": ">= 26.0.10", "react": ">= 16.8.0", "typescript": "^5 || ^6" }, diff --git a/package.json b/package.json index 6e8a6df..e45c85a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-dom": "^19.2.5", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.75.0", - "react-i18next": "^17.0.6", + "react-i18next": "^17.0.7", "react-is": "^19.2.5" }, "devDependencies": {