From 60fe24ae0c7a19728851969f3aa68ff03395b23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 04:38:37 +0000 Subject: [PATCH] build(deps): bump i18next from 23.16.6 to 23.16.8 (#599) Bumps [i18next](https://github.com/i18next/i18next) from 23.16.6 to 23.16.8. - [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.16.6...v23.16.8) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d98e4bd0..7db6d9a3 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": "^23.16.6", + "i18next": "^23.16.8", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prism-themes": "^1.9.0", @@ -16280,9 +16280,9 @@ } }, "node_modules/i18next": { - "version": "23.16.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.6.tgz", - "integrity": "sha512-wGdE5rUfkZtrL5k6MCptxbpjmgwku4rBRVU/YOJ7Xfd841fgaZjlxHpVJ5NIz8sfSvAJhEhJrvJ8qE7AWXE4Xg==", + "version": "23.16.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", + "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index e18ba5ca..cd959011 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": "^23.16.6", + "i18next": "^23.16.8", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prism-themes": "^1.9.0",