From df28f2497a90b3a3ad111aa49f99a0b6b239de1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:37:14 +0000 Subject: [PATCH] Bump i18next from 23.7.8 to 23.7.11 (#2499) Bumps [i18next](https://github.com/i18next/i18next) from 23.7.8 to 23.7.11. - [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.8...v23.7.11) --- 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 1998f5ad6..270db5855 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.7", + "i18next": "^23.7.11", "iso-639-1": "^3.1.0", "moment": "^2.29.4", "prismjs": "^1.29.0", @@ -15605,9 +15605,9 @@ } }, "node_modules/i18next": { - "version": "23.7.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.8.tgz", - "integrity": "sha512-yCe9964O+1abdIG01AOzk6P9mQi0HVJV1B57whYJQu6TjmrB9JHHDYonDI8amGt6M6b9bP3x3R0Zh7ROmvX7JQ==", + "version": "23.7.11", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.11.tgz", + "integrity": "sha512-A/vOkw8vY99YHU9A1Td3I1dcTiYaPnwBWzrpVzfXUXSYgogK3cmBcmop/0cnXPc6QpUWIyqaugKNxRUEZVk9Nw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 63273108b..b74fbe67d 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.7", + "i18next": "^23.7.11", "iso-639-1": "^3.1.0", "moment": "^2.29.4", "prismjs": "^1.29.0",