From 6c9ccfce2b16604967ae1a41cf6664b129441a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:45:28 +0000 Subject: [PATCH] Bump i18next from 23.2.11 to 23.4.4 Bumps [i18next](https://github.com/i18next/i18next) from 23.2.11 to 23.4.4. - [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.2.11...v23.4.4) --- 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 b6ffa7c79..3d0ad3cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "final-form": "^4.20.9", - "i18next": "^23.2.11", + "i18next": "^23.4.4", "i18next-browser-languagedetector": "^7.1.0", "lodash": "^4.17.21", "luxon": "^3.3.0", @@ -10050,9 +10050,9 @@ } }, "node_modules/i18next": { - "version": "23.2.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.11.tgz", - "integrity": "sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w==", + "version": "23.4.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.4.tgz", + "integrity": "sha512-+c9B0txp/x1m5zn+QlwHaCS9vyFtmIAEXbVSFzwCX7vupm5V7va8F9cJGNJZ46X9ZtoGzhIiRC7eTIIh93TxPA==", "funding": [ { "type": "individual", @@ -27113,9 +27113,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.2.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.11.tgz", - "integrity": "sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w==", + "version": "23.4.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.4.tgz", + "integrity": "sha512-+c9B0txp/x1m5zn+QlwHaCS9vyFtmIAEXbVSFzwCX7vupm5V7va8F9cJGNJZ46X9ZtoGzhIiRC7eTIIh93TxPA==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index b0f7bc907..dc8633d8f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "final-form": "^4.20.9", - "i18next": "^23.2.11", + "i18next": "^23.4.4", "i18next-browser-languagedetector": "^7.1.0", "lodash": "^4.17.21", "luxon": "^3.3.0",