From 2a396f04e7894d5096d58ce5f409583958a22737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:18:03 +0000 Subject: [PATCH] build(deps): 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index db9336da..8e3d4886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "gsap": "^3.12.2", "html-react-parser": "^5.2.0", "html-to-text": "^9.0.5", - "i18next": "^24.0.5", + "i18next": "^24.1.0", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prism-themes": "^1.9.0", @@ -16323,9 +16323,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", @@ -16340,7 +16340,6 @@ "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 82c89d0b..cf96aa68 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gsap": "^3.12.2", "html-react-parser": "^5.2.0", "html-to-text": "^9.0.5", - "i18next": "^24.0.5", + "i18next": "^24.1.0", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prism-themes": "^1.9.0",