diff --git a/package-lock.json b/package-lock.json index 7fb554e7..58adb59e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "html-react-parser": "4.2.0", "i18next": "23.12.2", "i18next-browser-languagedetector": "8.0.0", - "i18next-http-backend": "2.5.2", + "i18next-http-backend": "3.0.1", "immer": "9.0.16", "is-hotkey": "0.2.0", "jotai": "2.6.0", @@ -8169,10 +8169,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.2.tgz", - "integrity": "sha512-+K8HbDfrvc1/2X8jpb7RLhI9ZxBDpx3xogYkQwGKlWAUXLSEGXzgdt3EcUjLlBCdMwdQY+K+EUF6oh8oB6rwHw==", - "license": "MIT", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-3.0.1.tgz", + "integrity": "sha512-XT2lYSkbAtDE55c6m7CtKxxrsfuRQO3rUfHzj8ZyRtY9CkIX3aRGwXGTkUhpGWce+J8n7sfu3J0f2wTzo7Lw0A==", "dependencies": { "cross-fetch": "4.0.0" } diff --git a/package.json b/package.json index 1ecbc190..f75b5955 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "html-react-parser": "4.2.0", "i18next": "23.12.2", "i18next-browser-languagedetector": "8.0.0", - "i18next-http-backend": "2.5.2", + "i18next-http-backend": "3.0.1", "immer": "9.0.16", "is-hotkey": "0.2.0", "jotai": "2.6.0",