From 1397dfb86941b2b1f18ac72334fd883616728960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 08:00:50 +0000 Subject: [PATCH] Bump i18next-http-backend from 1.4.1 to 1.4.5 Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 1.4.1 to 1.4.5. - [Release notes](https://github.com/i18next/i18next-http-backend/releases) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.4.1...v1.4.5) --- 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..2c4d188 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.5", "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.5", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz", + "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==", "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.5", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz", + "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==", "requires": { "cross-fetch": "3.1.5" } diff --git a/package.json b/package.json index 3a35f93..daf81f3 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.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.17.2",