From 2d3e277d3911898871925905a2bcd2f13e5d4a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:36:51 +0000 Subject: [PATCH] build(deps): bump i18next from 24.1.2 to 24.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 24.1.2 to 24.2.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.1.2...v24.2.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... 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 8e68dfac1..67f6131a6 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": "^24.1.2", + "i18next": "^24.2.0", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0", @@ -17387,9 +17387,9 @@ } }, "node_modules/i18next": { - "version": "24.1.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", - "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d1d4451f0..b00b51840 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": "^24.1.2", + "i18next": "^24.2.0", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0",