diff --git a/webui/package-lock.json b/webui/package-lock.json index ca46d07..fc0cf69 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.16.7", "i18next": "^23.14.0", "i18next-browser-languagedetector": "^8.0.0", - "i18next-http-backend": "^2.6.0", + "i18next-http-backend": "^2.6.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.1", @@ -3188,9 +3188,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.0.tgz", - "integrity": "sha512-WX5pXYNrAz2fj8ajsAuCIsogOEvJL+aHw4RTQAD/uqPoLV1FHqa6IsUULTfa3GtREVQbApp0U3woLhz9EuR2pQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz", + "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==", "dependencies": { "cross-fetch": "4.0.0" } diff --git a/webui/package.json b/webui/package.json index 91adb6a..9c8fcac 100644 --- a/webui/package.json +++ b/webui/package.json @@ -17,7 +17,7 @@ "@mui/material": "^5.16.7", "i18next": "^23.14.0", "i18next-browser-languagedetector": "^8.0.0", - "i18next-http-backend": "^2.6.0", + "i18next-http-backend": "^2.6.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.1", diff --git a/webui/yarn.lock b/webui/yarn.lock index 06ec5e5..d96f77d 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -1845,10 +1845,10 @@ i18next-browser-languagedetector@^8.0.0: dependencies: "@babel/runtime" "^7.23.2" -i18next-http-backend@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-2.6.0.tgz#e2a2bc391b129c17d4918e9574962df6dc130327" - integrity sha512-WX5pXYNrAz2fj8ajsAuCIsogOEvJL+aHw4RTQAD/uqPoLV1FHqa6IsUULTfa3GtREVQbApp0U3woLhz9EuR2pQ== +i18next-http-backend@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz#186c3a1359e10245c9119a13129f9b5bf328c9a7" + integrity sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog== dependencies: cross-fetch "4.0.0"