diff --git a/client/package-lock.json b/client/package-lock.json index 785f3e61..358f4d00 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,7 @@ "react": "^19.2.3", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.3", - "react-i18next": "^16.5.2", + "react-i18next": "^16.5.3", "react-router-dom": "^7.12.0", "sass-embedded": "^1.97.2", "uuid": "^13.0.0", @@ -4733,9 +4733,9 @@ } }, "node_modules/react-i18next": { - "version": "16.5.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.2.tgz", - "integrity": "sha512-GG/SBVxx9dvrO1uCs8VYdKfOP8NEBUhNP+2VDQLCifRJ8DL1qPq296k2ACNGyZMDe7iyIlz/LMJTQOs8HXSRvw==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.3.tgz", + "integrity": "sha512-fo+/NNch37zqxOzlBYrWMx0uy/yInPkRfjSuy4lqKdaecR17nvCHnEUt3QyzA8XjQ2B/0iW/5BhaHR3ZmukpGw==", "dependencies": { "@babel/runtime": "^7.28.4", "html-parse-stringify": "^3.0.1", @@ -9648,9 +9648,9 @@ } }, "react-i18next": { - "version": "16.5.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.2.tgz", - "integrity": "sha512-GG/SBVxx9dvrO1uCs8VYdKfOP8NEBUhNP+2VDQLCifRJ8DL1qPq296k2ACNGyZMDe7iyIlz/LMJTQOs8HXSRvw==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.3.tgz", + "integrity": "sha512-fo+/NNch37zqxOzlBYrWMx0uy/yInPkRfjSuy4lqKdaecR17nvCHnEUt3QyzA8XjQ2B/0iW/5BhaHR3ZmukpGw==", "requires": { "@babel/runtime": "^7.28.4", "html-parse-stringify": "^3.0.1", diff --git a/client/package.json b/client/package.json index 4602f087..fedea2ee 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react": "^19.2.3", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.3", - "react-i18next": "^16.5.2", + "react-i18next": "^16.5.3", "react-router-dom": "^7.12.0", "sass-embedded": "^1.97.2", "uuid": "^13.0.0",