From 57d86619e260928de2c8a1ccdb60bf83352300c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 08:00:29 +0000 Subject: [PATCH] Bump i18next-http-backend from 1.4.1 to 2.1.0 Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 1.4.1 to 2.1.0. - [Release notes](https://github.com/i18next/i18next-http-backend/releases) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.4.1...v2.1.0) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f6cdd1..693a5d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "axios": "^0.27.2", "i18next": "^21.8.10", "i18next-browser-languagedetector": "^6.1.4", - "i18next-http-backend": "^1.4.1", + "i18next-http-backend": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.17.2", @@ -8382,9 +8382,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.1.tgz", - "integrity": "sha512-s4Q9hK2jS29iyhniMP82z+yYY8riGTrWbnyvsSzi5TaF7Le4E7b5deTmtuaRuab9fdDcYXtcwdBgawZG+JCEjA==", + "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" } @@ -23136,9 +23136,9 @@ } }, "i18next-http-backend": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.1.tgz", - "integrity": "sha512-s4Q9hK2jS29iyhniMP82z+yYY8riGTrWbnyvsSzi5TaF7Le4E7b5deTmtuaRuab9fdDcYXtcwdBgawZG+JCEjA==", + "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/package.json b/package.json index 3a35f93..bac57ed 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": "^0.27.2", "i18next": "^21.8.10", "i18next-browser-languagedetector": "^6.1.4", - "i18next-http-backend": "^1.4.1", + "i18next-http-backend": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.17.2",