From 6c60296bdc4c2a3fbc1e8595d58ff91d9bf194b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:43:49 +0000 Subject: [PATCH] Bump i18next from 23.10.1 to 26.3.6 in /enatega-multivendor-app Bumps [i18next](https://github.com/i18next/i18next) from 23.10.1 to 26.3.6. - [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.3.6) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.6 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 40f9c395..be0b270a 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -50,7 +50,7 @@ "graphql": "^16.8.1", "graphql-tag": "^2.10.1", "i18n-js": "^4.3.2", - "i18next": "^23.7.6", + "i18next": "^26.3.6", "install": "^0.13.0", "lottie-react-native": "6.5.1", "moment": "^2.29.1", @@ -11111,25 +11111,31 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "26.3.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz", + "integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==", "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 c1d4131d..564ad43c 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -78,7 +78,7 @@ "graphql": "^16.8.1", "graphql-tag": "^2.10.1", "i18n-js": "^4.3.2", - "i18next": "^23.7.6", + "i18next": "^26.3.6", "install": "^0.13.0", "lottie-react-native": "6.5.1", "moment": "^2.29.1",