From f75911b16f2df584f7115a78e85287eee43d7394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:34:08 +0000 Subject: [PATCH] Bump i18next from 23.10.1 to 23.11.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.10.1 to 23.11.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/v23.10.1...v23.11.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 385067373..bfbceba14 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.10.1", + "i18next": "^23.11.0", "iso-639-1": "^3.1.2", "moment": "^2.30.1", "prismjs": "^1.29.0", @@ -16187,9 +16187,9 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "23.11.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.0.tgz", + "integrity": "sha512-VwFtlgy2LDbY0Qs6VfekIm6mv5/JmSJrtBf4aszl7Vby8+GcBlri0/7dkMZXmzTfiBMPUPBOmYCdQK7K4emkGQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index cf2f3e215..04dd9f074 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.10.1", + "i18next": "^23.11.0", "iso-639-1": "^3.1.2", "moment": "^2.30.1", "prismjs": "^1.29.0",