diff --git a/package-lock.json b/package-lock.json index d0923ea71..6c600f9c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "i18next": "^23.11.4", "i18next-browser-languagedetector": "^8.0.0", "i18next-chained-backend": "^4.6.2", - "i18next-resources-to-backend": "^1.2.0", + "i18next-resources-to-backend": "^1.2.1", "lodash": "^4.17.21", "luxon": "^3.4.4", "mui-rff": "^7.3.0", @@ -5994,9 +5994,9 @@ } }, "node_modules/i18next-resources-to-backend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/i18next-resources-to-backend/-/i18next-resources-to-backend-1.2.0.tgz", - "integrity": "sha512-8f1l03s+QxDmCfpSXCh9V+AFcxAwIp0UaroWuyOx+hmmv8484GcELHs+lnu54FrNij8cDBEXvEwhzZoXsKcVpg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/i18next-resources-to-backend/-/i18next-resources-to-backend-1.2.1.tgz", + "integrity": "sha512-okHbVA+HZ7n1/76MsfhPqDou0fptl2dAlhRDu2ideXloRRduzHsqDOznJBef+R3DFZnbvWoBW+KxJ7fnFjd6Yw==", "dependencies": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 1eb4a9dd2..6f0de0c03 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "i18next": "^23.11.4", "i18next-browser-languagedetector": "^8.0.0", "i18next-chained-backend": "^4.6.2", - "i18next-resources-to-backend": "^1.2.0", + "i18next-resources-to-backend": "^1.2.1", "lodash": "^4.17.21", "luxon": "^3.4.4", "mui-rff": "^7.3.0",