diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0b49d899e..a305f1fe7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.8.1", - "i18next": "^23.11.3", + "i18next": "^23.11.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^14.1.1", @@ -15025,9 +15025,9 @@ } }, "node_modules/i18next": { - "version": "23.11.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz", - "integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==", + "version": "23.11.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.4.tgz", + "integrity": "sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==", "funding": [ { "type": "individual", diff --git a/frontend/package.json b/frontend/package.json index 7c17168c3..be0c383ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.8.1", - "i18next": "^23.11.3", + "i18next": "^23.11.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^14.1.1",