From 3da2dbe87d6527c98492fecd9bbf5370521b7dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 22:52:30 +0000 Subject: [PATCH] Bump i18next-http-backend from 2.0.2 to 2.1.0 in /client Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/i18next/i18next-http-backend/releases) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c2b84fea..f1f7e432 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "cron-parser": "^4.7.0", "i18next": "^22.4.3", "i18next-browser-languagedetector": "^7.0.1", - "i18next-http-backend": "^2.0.2", + "i18next-http-backend": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^12.1.1", @@ -3152,9 +3152,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.2.tgz", - "integrity": "sha512-TFiIqitZEc8+jyca31EW5ef5PjUYtUGGfL8c8FJwiiHguq5OQTqoR3mxpKqaCPiikg+cxSgXtNA2gZPCu0aryQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.1.0.tgz", + "integrity": "sha512-rTVhhFrpnZJnNvCCdC6RjhFPk0S6mJ2VAix93vbDD19ixlrSJtoNqkk49wvR10PImBSsuGJf35gMQwn2mjer6A==", "dependencies": { "cross-fetch": "3.1.5" } @@ -6832,9 +6832,9 @@ } }, "i18next-http-backend": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.2.tgz", - "integrity": "sha512-TFiIqitZEc8+jyca31EW5ef5PjUYtUGGfL8c8FJwiiHguq5OQTqoR3mxpKqaCPiikg+cxSgXtNA2gZPCu0aryQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.1.0.tgz", + "integrity": "sha512-rTVhhFrpnZJnNvCCdC6RjhFPk0S6mJ2VAix93vbDD19ixlrSJtoNqkk49wvR10PImBSsuGJf35gMQwn2mjer6A==", "requires": { "cross-fetch": "3.1.5" } diff --git a/client/package.json b/client/package.json index 83c412d9..60c3196e 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "cron-parser": "^4.7.0", "i18next": "^22.4.3", "i18next-browser-languagedetector": "^7.0.1", - "i18next-http-backend": "^2.0.2", + "i18next-http-backend": "^2.1.0", "react-i18next": "^12.1.1", "react": "^18.2.0", "react-dom": "^18.2.0",