diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 61f87c251..8ff562ea8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-hook-form": "^7.81.0", - "react-i18next": "^17.0.9", + "react-i18next": "^17.0.10", "react-router-dom": "^7.18.1", "swagger-ui-react": "^5.32.8", "uplot": "^1.6.32", @@ -10329,9 +10329,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.9.tgz", - "integrity": "sha512-buLzOSqHtXxjf+qgSrLWNTXVZ1jSwO6kUv3uJqSP1roGBPgNnbhFm7OmdVwWcgf2gIbUyP0J333uPyx+Btsi3w==", + "version": "17.0.10", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.10.tgz", + "integrity": "sha512-XneHftyYA774MJkkccSkZ5oKrUpCnXIPmxio3wemqrVzCRLWiGXOMbIzObrer03fNDEnm8g8R5yYls4HcE+esg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", diff --git a/frontend/package.json b/frontend/package.json index f8a41f747..b0936d30a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-hook-form": "^7.81.0", - "react-i18next": "^17.0.9", + "react-i18next": "^17.0.10", "react-router-dom": "^7.18.1", "swagger-ui-react": "^5.32.8", "uplot": "^1.6.32",