From ecfda739f9c03843a1fba8a0b9817db86aac0984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:16:56 +0000 Subject: [PATCH] Bump i18next from 23.7.1 to 23.7.6 (#2436) Bumps [i18next](https://github.com/i18next/i18next) from 23.7.1 to 23.7.6. - [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.7.1...v23.7.6) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e529b18bb..c223556f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "gatsby-transformer-remark": "^6.12.3", "gatsby-transformer-sharp": "^5.12.3", "html-to-text": "^9.0.5", - "i18next": "^23.7.1", + "i18next": "^23.7.6", "iso-639-1": "^3.1.0", "moment": "^2.29.4", "prismjs": "^1.29.0", @@ -15157,9 +15157,9 @@ } }, "node_modules/i18next": { - "version": "23.7.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.1.tgz", - "integrity": "sha512-lD2lZkdhb9jnIGGc2ja8ER6cGStgJ+jFVL336Sa1C37//2Q8odC617ek2oafYbbs0/a+BbUqKe5JPST2r88UEQ==", + "version": "23.7.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.6.tgz", + "integrity": "sha512-O66BhXBw0fH4bEJMA0/klQKPEbcwAp5wjXEL803pdAynNbg2f4qhLIYlNHJyE7icrL6XmSZKPYaaXwy11kJ6YQ==", "funding": [ { "type": "individual", @@ -38257,9 +38257,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.7.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.1.tgz", - "integrity": "sha512-lD2lZkdhb9jnIGGc2ja8ER6cGStgJ+jFVL336Sa1C37//2Q8odC617ek2oafYbbs0/a+BbUqKe5JPST2r88UEQ==", + "version": "23.7.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.6.tgz", + "integrity": "sha512-O66BhXBw0fH4bEJMA0/klQKPEbcwAp5wjXEL803pdAynNbg2f4qhLIYlNHJyE7icrL6XmSZKPYaaXwy11kJ6YQ==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index e08690a06..c51ad2052 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-transformer-remark": "^6.12.3", "gatsby-transformer-sharp": "^5.12.3", "html-to-text": "^9.0.5", - "i18next": "^23.7.1", + "i18next": "^23.7.6", "iso-639-1": "^3.1.0", "moment": "^2.29.4", "prismjs": "^1.29.0",