From 13d3a78ac223ed92b7bd54e624d2577cf763a25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:13:06 +0000 Subject: [PATCH] build(deps): bump i18next from 23.16.3 to 23.16.4 (#3177) Bumps [i18next](https://github.com/i18next/i18next) from 23.16.3 to 23.16.4. - [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.3...v23.16.4) --- 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 df05cd64d..de74feb6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "gatsby-transformer-remark": "^6.13.1", "gatsby-transformer-sharp": "^5.13.1", "html-to-text": "^9.0.5", - "i18next": "^23.16.3", + "i18next": "^23.16.4", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0", @@ -17576,9 +17576,9 @@ } }, "node_modules/i18next": { - "version": "23.16.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.3.tgz", - "integrity": "sha512-e8q9gFyjrou5v/hBXgRwtWVK7Gp5So19Kf42spJlijGDfkin5abYFHlblonmD2GFYcsf9XIT7MpVuveJq/VCcA==", + "version": "23.16.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", + "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d05a4ec4d..3df3151a9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-transformer-remark": "^6.13.1", "gatsby-transformer-sharp": "^5.13.1", "html-to-text": "^9.0.5", - "i18next": "^23.16.3", + "i18next": "^23.16.4", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0",