diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9de4916..d50c7d8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3856,9 +3856,9 @@ } }, "node_modules/react-i18next": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.4.tgz", - "integrity": "sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.3.1.tgz", + "integrity": "sha512-HbYaBeA58Hg38OzdEvJp4kLIvk10rp9F9Jq+wNkqtqxDXObtdYMSsQnegWgdUVcpZjZuK9ZxehM+Z9BW2Vqgqw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", @@ -3866,7 +3866,7 @@ "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 25.5.2", + "i18next": ">= 25.6.2", "react": ">= 16.8.0", "typescript": "^5" },