diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3e6ceb1ffa..5c9b46c3ee 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "@xterm/xterm": "^5.4.0", "clsx": "^2.1.1", "eslint-config-airbnb-typescript": "^18.0.0", - "i18next": "^23.12.2", + "i18next": "^23.12.3", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.5.2", "jose": "^5.6.3", @@ -8133,9 +8133,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.12.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.3.tgz", + "integrity": "sha512-DyigQmrR10V9U2N6pjhbfahW13GY7n8BQD9swN09JuRRropgsksWVi4vRLeex0Qf7zCPnBfIqQfhcBzdZBQBYw==", "funding": [ { "type": "individual", diff --git a/frontend/package.json b/frontend/package.json index 515d050a13..275f9da880 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@xterm/xterm": "^5.4.0", "clsx": "^2.1.1", "eslint-config-airbnb-typescript": "^18.0.0", - "i18next": "^23.12.2", + "i18next": "^23.12.3", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.5.2", "jose": "^5.6.3",