From 9a30f2bb20bd9bdb54c665feb101eaa1173429b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:43:59 +0000 Subject: [PATCH] Bump i18next from 24.2.2 to 26.3.6 in /enatega-multivendor-web Bumps [i18next](https://github.com/i18next/i18next) from 24.2.2 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/v24.2.2...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-web/package-lock.json | 19 ++++++++----------- enatega-multivendor-web/package.json | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/enatega-multivendor-web/package-lock.json b/enatega-multivendor-web/package-lock.json index d44bdf32..b0ab371e 100644 --- a/enatega-multivendor-web/package-lock.json +++ b/enatega-multivendor-web/package-lock.json @@ -29,7 +29,7 @@ "flatlist-react": "^1.5.0", "gapi-script": "^1.2.0", "graphql": "^15.4.0", - "i18next": "^24.2.2", + "i18next": "^26.3.6", "lodash": "^4.17.21", "moment": "^2.29.1", "react": "^19.0.0", @@ -10974,29 +10974,26 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "24.2.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.2.tgz", - "integrity": "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==", + "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" } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.2" - }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "typescript": { diff --git a/enatega-multivendor-web/package.json b/enatega-multivendor-web/package.json index dbb74de1..5b1015c9 100644 --- a/enatega-multivendor-web/package.json +++ b/enatega-multivendor-web/package.json @@ -23,7 +23,7 @@ "flatlist-react": "^1.5.0", "gapi-script": "^1.2.0", "graphql": "^15.4.0", - "i18next": "^24.2.2", + "i18next": "^26.3.6", "lodash": "^4.17.21", "moment": "^2.29.1", "react": "^19.0.0",