From 1e75e22685659345b9531119150fd113ecddb54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:31:38 +0000 Subject: [PATCH] build(deps): bump i18next from 23.16.5 to 23.16.8 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.5 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.5...v23.16.8) --- 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 d7ef84457..0029d151a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "html-to-text": "^9.0.5", - "i18next": "^23.16.5", + "i18next": "^23.16.8", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0", @@ -17362,9 +17362,9 @@ } }, "node_modules/i18next": { - "version": "23.16.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", - "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", + "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 369080783..7ca09ac26 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "html-to-text": "^9.0.5", - "i18next": "^23.16.5", + "i18next": "^23.16.8", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0",