From f0301877713aab403f7305a64f5d910694325bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:47:31 +0000 Subject: [PATCH] Bump i18next from 24.0.5 to 24.1.0 Bumps [i18next](https://github.com/i18next/i18next) from 24.0.5 to 24.1.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/v24.0.5...v24.1.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... 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 0e056b3d..b67f7206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@react-navigation/native-stack": "^6.11.0", "detox": "^20.28.0", "eslint-plugin-detox": "^1.0.0", - "i18next": "^24.0.5", + "i18next": "^24.1.0", "intl-pluralrules": "^2.0.1", "react": "18.2.0", "react-i18next": "^15.1.4", @@ -9670,9 +9670,9 @@ } }, "node_modules/i18next": { - "version": "24.0.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", - "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", + "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", "funding": [ { "type": "individual", @@ -24866,9 +24866,9 @@ "dev": true }, "i18next": { - "version": "24.0.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", - "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", + "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 198256fb..a3bac404 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@react-navigation/native-stack": "^6.11.0", "detox": "^20.28.0", "eslint-plugin-detox": "^1.0.0", - "i18next": "^24.0.5", + "i18next": "^24.1.0", "intl-pluralrules": "^2.0.1", "react": "18.2.0", "react-i18next": "^15.1.4",