From 39f370ff9133859befd0d5a0fcca0546eabd1e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:32:13 +0000 Subject: [PATCH] Bump i18next from 24.2.1 to 24.2.2 in the production-dependencies group Bumps the production-dependencies group with 1 update: [i18next](https://github.com/i18next/i18next). Updates `i18next` from 24.2.1 to 24.2.2 - [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.1...v24.2.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f94ca0..98af80e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@tauri-apps/api": "^1", "antd": "^5.23.2", "classnames": "^2.5.1", - "i18next": "^24.2.1", + "i18next": "^24.2.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-i18next": "^15.4.0", @@ -4292,9 +4292,9 @@ } }, "node_modules/i18next": { - "version": "24.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", - "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", + "version": "24.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.2.tgz", + "integrity": "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==", "funding": [ { "type": "individual", @@ -4309,6 +4309,7 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" }, diff --git a/package.json b/package.json index d7263d6..f09464a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tauri-apps/api": "^1", "antd": "^5.23.2", "classnames": "^2.5.1", - "i18next": "^24.2.1", + "i18next": "^24.2.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-i18next": "^15.4.0",