diff --git a/package-lock.json b/package-lock.json index d18b1a4ee..276e112a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "dotenv-expand": "^10.0.0", "i18next": "^23.5.1", "i18next-browser-languagedetector": "^7.1.0", - "i18next-chained-backend": "^4.4.0", + "i18next-chained-backend": "^4.5.0", "i18next-http-backend": "^2.2.2", "localforage": "^1.10.0", "lodash.debounce": "^4.0.8", @@ -14801,11 +14801,11 @@ } }, "node_modules/i18next-chained-backend": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/i18next-chained-backend/-/i18next-chained-backend-4.4.0.tgz", - "integrity": "sha512-I+mG0Bly9lbUk8kPZYbJuV7zPY0QDueOJ9yiUqz9o/RX2Mb7eC8RrfwtTX1QhVZmT9KSs9Oq5VDVLxPOeXBIgg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/i18next-chained-backend/-/i18next-chained-backend-4.5.0.tgz", + "integrity": "sha512-2W7JwY0iTJx/VfBmTSc3vhp2FGONiJx8eiFQUoXM70xfvYqtfnzptRyNjM9BJCUNV0rUvvBm5N8CmRuSL38v0A==", "dependencies": { - "@babel/runtime": "^7.22.3", + "@babel/runtime": "^7.22.15", "i18next-resources-to-backend": "1.1.4" } }, diff --git a/package.json b/package.json index b958ad575..52bfec772 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "dotenv-expand": "^10.0.0", "i18next": "^23.5.1", "i18next-browser-languagedetector": "^7.1.0", - "i18next-chained-backend": "^4.4.0", + "i18next-chained-backend": "^4.5.0", "i18next-http-backend": "^2.2.2", "localforage": "^1.10.0", "lodash.debounce": "^4.0.8",