diff --git a/package-lock.json b/package-lock.json index fbfad32..6cd8cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "i18next": "^23.15.2", "i18next-browser-languagedetector": "^8.0.0", "i18next-chained-backend": "^4.6.2", - "i18next-http-backend": "^2.6.2", + "i18next-http-backend": "^3.0.1", "i18next-icu": "^2.3.0", "i18next-localstorage-backend": "^4.2.0", "ipfs-css": "^1.4.0", @@ -17512,10 +17512,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.2.tgz", - "integrity": "sha512-Hp/kd8/VuoxIHmxsknJXjkTYYHzivAyAF15pzliKzk2TiXC25rZCEerb1pUFoxz4IVrG3fCvQSY51/Lu4ECV4A==", - "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 2e98ca7..992e5ba 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "i18next": "^23.15.2", "i18next-browser-languagedetector": "^8.0.0", "i18next-chained-backend": "^4.6.2", - "i18next-http-backend": "^2.6.2", + "i18next-http-backend": "^3.0.1", "i18next-icu": "^2.3.0", "i18next-localstorage-backend": "^4.2.0", "ipfs-css": "^1.4.0",