diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b84904f0..a37dd49e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "lodash": "4.17.21", "markdown-to-jsx": "7.4.7", "next": "14.2.4", - "next-i18next": "15.3.0", + "next-i18next": "15.3.1", "next-seo": "6.5.0", "pino": "8.20.0", "react": "18.3.1", @@ -7809,9 +7809,9 @@ } }, "node_modules/i18next-fs-backend": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.1.tgz", - "integrity": "sha512-tvfXskmG/9o+TJ5Fxu54sSO5OkY6d+uMn+K6JiUGLJrwxAVfer+8V3nU8jq3ts9Pe5lXJv4b1N7foIjJ8Iy2Gg==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.2.tgz", + "integrity": "sha512-LIwUlkqDZnUI8lnUxBnEj8K/FrHQTT/Sc+1rvDm9E8YvvY5YxzoEAASNx+W5M9DfD5s77lI5vSAFWeTp26B/3Q==" }, "node_modules/iconv-lite": { "version": "0.6.3", @@ -11165,9 +11165,9 @@ } }, "node_modules/next-i18next": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.3.0.tgz", - "integrity": "sha512-bq7Cc9XJFcmGOCLnyEtHaeJ3+JJNsI/8Pkj9BaHAnhm4sZ9vNNC4ZsaqYnlRZ7VH5ypSo73fEqLK935jLsmCvQ==", + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.3.1.tgz", + "integrity": "sha512-+pa2pZJb7B6k5PKW3TLVMmAodqkNaOBWVYlpWX56mgcEJz0UMW+MKSdKM9Z72CHp6Bp48g7OWwDnLqxXNp/84w==", "funding": [ { "type": "individual", @@ -11187,7 +11187,7 @@ "@types/hoist-non-react-statics": "^3.3.4", "core-js": "^3", "hoist-non-react-statics": "^3.3.2", - "i18next-fs-backend": "^2.3.1" + "i18next-fs-backend": "^2.3.2" }, "engines": { "node": ">=14" diff --git a/frontend/package.json b/frontend/package.json index 3f624474..6ffb64f5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "lodash": "4.17.21", "markdown-to-jsx": "7.4.7", "next": "14.2.4", - "next-i18next": "15.3.0", + "next-i18next": "15.3.1", "next-seo": "6.5.0", "pino": "8.20.0", "react": "18.3.1",