From 91c6c7e98e6860d9dad878965d74f846eefd57d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:19:07 +0000 Subject: [PATCH] Bump i18next from 23.12.2 to 23.12.3 Bumps [i18next](https://github.com/i18next/i18next) from 23.12.2 to 23.12.3. - [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.12.2...v23.12.3) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 acb224897..82df5786c 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.12.2", + "i18next": "^23.12.3", "iso-639-1": "^3.1.2", "moment": "^2.30.1", "prismjs": "^1.29.0", @@ -16094,9 +16094,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.12.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.3.tgz", + "integrity": "sha512-DyigQmrR10V9U2N6pjhbfahW13GY7n8BQD9swN09JuRRropgsksWVi4vRLeex0Qf7zCPnBfIqQfhcBzdZBQBYw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index efda7a3ee..23ad0194e 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.12.2", + "i18next": "^23.12.3", "iso-639-1": "^3.1.2", "moment": "^2.30.1", "prismjs": "^1.29.0",