diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 13b4181ac..a67c25730 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "i18next": "^23.12.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "swagger-ui-react": "^5.17.14", "urql": "^4.1.0", "vaul": "^0.9.1", @@ -19005,9 +19005,9 @@ "dev": true }, "node_modules/react-i18next": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.0.tgz", - "integrity": "sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", + "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", "dependencies": { "@babel/runtime": "^7.24.8", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index a277f8c60..0f7353b65 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "i18next": "^23.12.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "swagger-ui-react": "^5.17.14", "urql": "^4.1.0", "vaul": "^0.9.1",