From 6aadfe512d9fe9cda85b9bab0f922dd01409c324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 08:00:35 +0000 Subject: [PATCH] Bump i18next-http-backend from 1.4.1 to 1.4.2 Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/i18next/i18next-http-backend/releases) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-patch ... 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..595034b 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": "^1.4.2", "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": "1.4.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.2.tgz", + "integrity": "sha512-Ig3bjNFrgFuRgEug0pTUCyH2NyUeMO4cUDwuom+CIB3LkKSba8ui5p4nWmZISuBtLQ7SI/5naDUXDmq6ZWuEwA==", "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": "1.4.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.2.tgz", + "integrity": "sha512-Ig3bjNFrgFuRgEug0pTUCyH2NyUeMO4cUDwuom+CIB3LkKSba8ui5p4nWmZISuBtLQ7SI/5naDUXDmq6ZWuEwA==", "requires": { "cross-fetch": "3.1.5" } diff --git a/package.json b/package.json index 3a35f93..4f9e0e2 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": "^1.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.17.2",