From 2bfd6998d3993065aa7776e53a8021d738c38333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:22:04 +0000 Subject: [PATCH] Bump i18next from 23.10.1 to 26.4.0 in /enatega-multivendor-app Bumps [i18next](https://github.com/i18next/i18next) from 23.10.1 to 26.4.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.10.1...v26.4.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-app/package-lock.json | 24 ++++++++++++++--------- enatega-multivendor-app/package.json | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 1e0281ff..39f57146 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -48,7 +48,7 @@ "graphql": "^16.8.1", "graphql-tag": "^2.10.1", "i18n-js": "^4.3.2", - "i18next": "^23.7.6", + "i18next": "^26.4.0", "install": "^0.13.0", "lottie-react-native": "6.5.1", "moment": "^2.29.1", @@ -12002,25 +12002,31 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "26.4.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.0.tgz", + "integrity": "sha512-rsmK5bFqsD1AetSFSIa43wtNR4WpvvH4p0tLEsTxkC7QTrfdFm06nbQ95bh8Og4wwaCnUEcm9DVYL2cgxitiQg==", "funding": [ { "type": "individual", - "url": "https://locize.com" + "url": "https://www.locize.com/i18next" }, { "type": "individual", - "url": "https://locize.com/i18next.html" + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" }, { "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "url": "https://www.locize.com" } ], - "dependencies": { - "@babel/runtime": "^7.23.2" + "license": "MIT", + "peerDependencies": { + "typescript": "^5 || ^6 || ^7" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/ieee754": { diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index 80d15c2f..18e33c5e 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -76,7 +76,7 @@ "graphql": "^16.8.1", "graphql-tag": "^2.10.1", "i18n-js": "^4.3.2", - "i18next": "^23.7.6", + "i18next": "^26.4.0", "install": "^0.13.0", "lottie-react-native": "6.5.1", "moment": "^2.29.1",