diff --git a/package-lock.json b/package-lock.json index 7675fc814..eefc607e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@sentry/browser": "^8.11.0", "date-fns": "^3.6.0", "dotenv": "^16.4.5", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-browser-languagedetector": "^8.0.0", "react": "^18.2.0", "react-dom": "^18.3.1", @@ -3624,9 +3624,9 @@ } }, "node_modules/i18next": { - "version": "23.11.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", - "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", + "version": "23.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 9eefaa655..82e2ff6ea 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sentry/browser": "^8.11.0", "date-fns": "^3.6.0", "dotenv": "^16.4.5", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-browser-languagedetector": "^8.0.0", "react": "^18.2.0", "react-dom": "^18.3.1",