From b47dc82d5d6257df5a39c7feff2442a92dd5706a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:51:40 +0000 Subject: [PATCH] build(deps): bump i18next from 24.0.2 to 24.0.5 Bumps [i18next](https://github.com/i18next/i18next) from 24.0.2 to 24.0.5. - [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.2...v24.0.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a28ef65..8b2b8f3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "gsap": "^3.12.2", "html-react-parser": "^5.1.18", "html-to-text": "^9.0.5", - "i18next": "^24.0.2", + "i18next": "^24.0.5", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prism-themes": "^1.9.0", @@ -16319,9 +16319,9 @@ } }, "node_modules/i18next": { - "version": "24.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", - "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", + "version": "24.0.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", + "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index e8eed912..7c388b25 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gsap": "^3.12.2", "html-react-parser": "^5.1.18", "html-to-text": "^9.0.5", - "i18next": "^24.0.2", + "i18next": "^24.0.5", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prism-themes": "^1.9.0",